quote URLs in my packages to ease opening them from urxvt
This commit is contained in:
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
||||
dontPatchELF = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://grub4dos.chenall.net/;
|
||||
homepage = "http://grub4dos.chenall.net/";
|
||||
description = "GRUB for DOS is the dos extension of GRUB";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "X color profile daemon";
|
||||
homepage = https://github.com/agalakhov/xiccd;
|
||||
homepage = "https://github.com/agalakhov/xiccd";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user