quote URLs in my packages to ease opening them from urxvt

This commit is contained in:
Nikolay Amiantov
2016-04-30 02:58:00 +03:00
parent 190eaea739
commit 938d64f1f3
16 changed files with 18 additions and 18 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib ];
meta = with stdenv.lib; {
homepage = http://matt.ucc.asn.au/dropbear/dropbear.html;
homepage = "http://matt.ucc.asn.au/dropbear/dropbear.html";
description = "A small footprint implementation of the SSH 2 protocol";
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];

View File

@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = http://www.xelerance.com/software/xl2tpd/;
homepage = "http://www.xelerance.com/software/xl2tpd/";
description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)";
platforms = platforms.linux;
license = licenses.gpl2;

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Thermal Daemon";
homepage = https://01.org/linux-thermal-daemon;
homepage = "https://01.org/linux-thermal-daemon";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];