treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Docker garbage collection of containers and images";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/spotify/docker-gc;
|
||||
homepage = "https://github.com/spotify/docker-gc";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = docker.meta.platforms;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user