quote URLs in my packages to ease opening them from urxvt
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake pkgconfig docbook_xsl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/Grumbel/sdl-jstest;
|
||||
homepage = "https://github.com/Grumbel/sdl-jstest";
|
||||
description = "Simple SDL joystick test application for the console";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user