treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -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;
};