tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
bbswitch: quote homepage
Nikolay Amiantov
8 years ago
81bb5856
861a75a6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
bbswitch
default.nix
+1
-1
pkgs/os-specific/linux/bbswitch/default.nix
···
49
49
meta = with stdenv.lib; {
50
50
description = "A module for powering off hybrid GPUs";
51
51
platforms = platforms.linux;
52
52
-
homepage = https://github.com/Bumblebee-Project/bbswitch;
52
52
+
homepage = "https://github.com/Bumblebee-Project/bbswitch";
53
53
maintainers = with maintainers; [ abbradar ];
54
54
};
55
55
}