summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-13 03:18:13 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-14 22:37:10 +0300
commitc60deb0266f904bc26f06db3bd07d379ab3f9a7c (patch)
tree37acebde669c08f8606e9ca03f5f53d9c0d57b0d /pkgs/tools/bluetooth
parentb30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec (diff)
downloadnixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar.gz
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar.bz2
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar.lz
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar.xz
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.tar.zst
nixlib-c60deb0266f904bc26f06db3bd07d379ab3f9a7c.zip
quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index def096a571d7..31020656867b 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    homepage = https://github.com/blueman-project;
+    homepage = "https://github.com/blueman-project/blueman";
     description = "GTK+-based Bluetooth Manager";
     license = licenses.gpl3;
     platforms = platforms.linux;