diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 18:30:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 18:31:18 +0100 |
commit | 37e67386e295d40f1cddae617f1a601cc8b2113e (patch) | |
tree | 7d16377b47c6a65516d6ead4e61b7341691606a9 /app-containers | |
parent | net-im/teams: fix WhitespaceFound (diff) | |
download | gentoo-37e67386e295d40f1cddae617f1a601cc8b2113e.tar.gz gentoo-37e67386e295d40f1cddae617f1a601cc8b2113e.tar.bz2 gentoo-37e67386e295d40f1cddae617f1a601cc8b2113e.zip |
app-containers/docker-proxy: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild index d16ecbb3700f..818853d40572 100644 --- a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild +++ b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild @@ -7,7 +7,7 @@ GIT_COMMIT=f6ccccb1c082a432c2a5814aaedaca56af33d9ea inherit golang-vcs-snapshot DESCRIPTION="Docker container networking" -HOMEPAGE="https://github.com/docker/libnetwork" +HOMEPAGE="https://github.com/docker/libnetwork" SRC_URI="https://github.com/moby/libnetwork/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |