about summary refs log tree commit diff
path: root/pkgs/tools/networking/xl2tpd
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-30 02:58:00 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-30 03:12:32 +0300
commit938d64f1f386c8d9f82c06c55e78de697de2e781 (patch)
tree39a1e157591a716bdc845392a3f76a19dc2513aa /pkgs/tools/networking/xl2tpd
parent190eaea73972aee1ce3fd27ef449845fb6ba1bc7 (diff)
downloadnixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.gz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.bz2
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.lz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.xz
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.zst
nixlib-938d64f1f386c8d9f82c06c55e78de697de2e781.zip
quote URLs in my packages to ease opening them from urxvt
Diffstat (limited to 'pkgs/tools/networking/xl2tpd')
-rw-r--r--pkgs/tools/networking/xl2tpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/xl2tpd/default.nix b/pkgs/tools/networking/xl2tpd/default.nix
index 4b8f91461d80..ac8be4eb5deb 100644
--- a/pkgs/tools/networking/xl2tpd/default.nix
+++ b/pkgs/tools/networking/xl2tpd/default.nix
@@ -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;