treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A vSphere CLI built on top of govmomi";
|
||||
homepage = https://github.com/vmware/govmomi/tree/master/govc;
|
||||
homepage = "https://github.com/vmware/govmomi/tree/master/govc";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ nicknovitski ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user