treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
meta = with lib; {
|
||||
description = "Application that allows to switch between the graphic cards of dual-GPU MacBook Pro models";
|
||||
homepage = https://github.com/0xbb/gpu-switch;
|
||||
homepage = "https://github.com/0xbb/gpu-switch";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.msiedlarek ];
|
||||
|
||||
Reference in New Issue
Block a user