treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -182,7 +182,7 @@ rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.docker.com/;
|
||||
homepage = "https://www.docker.com/";
|
||||
description = "An open source project to pack, ship and run any application as a lightweight container";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nequissimus offline tailhook vdemeester periklis ];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Docker proxy binary to forward traffic between host and containers";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/docker/libnetwork;
|
||||
homepage = "https://github.com/docker/libnetwork";
|
||||
maintainers = with maintainers; [vdemeester];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user