about summary refs log tree commit diff
path: root/pkgs/tools/misc/grub4dos
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/misc/grub4dos
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/misc/grub4dos')
-rw-r--r--pkgs/tools/misc/grub4dos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/grub4dos/default.nix b/pkgs/tools/misc/grub4dos/default.nix
index c59869c0dc7e..e5c613f7a89b 100644
--- a/pkgs/tools/misc/grub4dos/default.nix
+++ b/pkgs/tools/misc/grub4dos/default.nix
@@ -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;