diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:31:06 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:00 -0700 |
commit | d676a5694bff8bd40d25ec57ef59af957ab04c41 (patch) | |
tree | e6f618c4acfc7373b65f939809b71372f3210778 /app-emulation/docker-swarm | |
parent | app-emulation/docker-machine-kvm: remove variables from HOMEPAGE (diff) | |
download | gentoo-d676a5694bff8bd40d25ec57ef59af957ab04c41.tar.gz gentoo-d676a5694bff8bd40d25ec57ef59af957ab04c41.tar.bz2 gentoo-d676a5694bff8bd40d25ec57ef59af957ab04c41.zip |
app-emulation/docker-swarm: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emulation/docker-swarm')
-rw-r--r-- | app-emulation/docker-swarm/docker-swarm-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/docker-swarm/docker-swarm-1.2.0.ebuild b/app-emulation/docker-swarm/docker-swarm-1.2.0.ebuild index 0def6b786c3f..c0ec9a067395 100644 --- a/app-emulation/docker-swarm/docker-swarm-1.2.0.ebuild +++ b/app-emulation/docker-swarm/docker-swarm-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ fi inherit golang-build DESCRIPTION="A Docker-native clustering system" -HOMEPAGE="https://docs.docker.com/${PN##*-}/" +HOMEPAGE="https://docs.docker.com/swarm" LICENSE="Apache-2.0" SLOT="0" IUSE="" diff --git a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild index 65a67d8c2b90..10d18218802d 100644 --- a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild +++ b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://${EGO_PN%/*}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/airbrake/gobrake/archive/v2.0.8.tar.gz -> gobrake-2.0.8.tar.gz https://github.com/Sirupsen/logrus/archive/v0.11.0.tar.gz -> logrus-0.11.0.tar.gz" DESCRIPTION="A Docker-native clustering system" -HOMEPAGE="https://docs.docker.com/${PN##*-}/" +HOMEPAGE="https://docs.docker.com/swarm" LICENSE="Apache-2.0 CC-BY-SA-4.0" SLOT="0" IUSE="" |