treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Compute Resource Usage Analysis and Monitoring of Container Clusters";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/kubernetes/heapster;
|
||||
homepage = "https://github.com/kubernetes/heapster";
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = docker.meta.platforms;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user