summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-07-27 15:54:53 +0300
committerNikolay Amiantov <ab@fmap.me>2017-07-27 17:07:45 +0300
commit81bb5856eb961ebc8a3515741a8204e29786317a (patch)
tree3422645c289e629ca0e18d76312dd362e1701e40 /pkgs/os-specific/linux
parent861a75a64cf308179d375b88ebe46872cb2f7a5e (diff)
downloadnixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar.gz
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar.bz2
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar.lz
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar.xz
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.tar.zst
nixlib-81bb5856eb961ebc8a3515741a8204e29786317a.zip
bbswitch: quote homepage
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/bbswitch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/bbswitch/default.nix b/pkgs/os-specific/linux/bbswitch/default.nix
index 67b843fac4dc..4489a94f1ed5 100644
--- a/pkgs/os-specific/linux/bbswitch/default.nix
+++ b/pkgs/os-specific/linux/bbswitch/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     description = "A module for powering off hybrid GPUs";
     platforms = platforms.linux;
-    homepage = https://github.com/Bumblebee-Project/bbswitch;
+    homepage = "https://github.com/Bumblebee-Project/bbswitch";
     maintainers = with maintainers; [ abbradar ];
   };
 }