summary refs log tree commit diff
path: root/pkgs/applications/misc/openbrf
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/applications/misc/openbrf
parent190eaea73972aee1ce3fd27ef449845fb6ba1bc7 (diff)
downloadnixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.gz
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.bz2
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.lz
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.xz
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.tar.zst
nixpkgs-938d64f1f386c8d9f82c06c55e78de697de2e781.zip
quote URLs in my packages to ease opening them from urxvt
Diffstat (limited to 'pkgs/applications/misc/openbrf')
-rw-r--r--pkgs/applications/misc/openbrf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/openbrf/default.nix b/pkgs/applications/misc/openbrf/default.nix
index 70be67a4d28..36218b6d507 100644
--- a/pkgs/applications/misc/openbrf/default.nix
+++ b/pkgs/applications/misc/openbrf/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "A tool to edit resource files (BRF)";
-    homepage = https://github.com/cfcohen/openbrf;
+    homepage = "https://github.com/cfcohen/openbrf";
     maintainers = with stdenv.lib.maintainers; [ abbradar ];
     license = licenses.free;
     platforms = platforms.linux;