treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/kubernetes/helm;
|
||||
homepage = "https://github.com/kubernetes/helm";
|
||||
description = "A package manager for kubernetes";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman ];
|
||||
|
||||
Reference in New Issue
Block a user