diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:09:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:50 +0200 |
commit | 81f382d8145f42f9cb86df7177d86e9e1b8db91e (patch) | |
tree | cee23b0b20c837a3a8e48cd4d4da1725cb47a7fc /games-util | |
parent | sys-block/open-isns: use HTTPS for GitHub (diff) | |
download | gentoo-81f382d8145f42f9cb86df7177d86e9e1b8db91e.tar.gz gentoo-81f382d8145f42f9cb86df7177d86e9e1b8db91e.tar.bz2 gentoo-81f382d8145f42f9cb86df7177d86e9e1b8db91e.zip |
games-util/gtkevemon: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gtkevemon/gtkevemon-1.10.ebuild | 6 | ||||
-rw-r--r-- | games-util/gtkevemon/gtkevemon-9999.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild index 5937f26186b8..c753cae2122b 100644 --- a/games-util/gtkevemon/gtkevemon-1.10.ebuild +++ b/games-util/gtkevemon/gtkevemon-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="A standalone skill monitoring application for EVE Online" -HOMEPAGE="http://gtkevemon.battleclinic.com" -SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/gtkevemon/gtkevemon" +SRC_URI="https://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/games-util/gtkevemon/gtkevemon-9999.ebuild b/games-util/gtkevemon/gtkevemon-9999.ebuild index 4817789a28bf..3a8c5bb264d8 100644 --- a/games-util/gtkevemon/gtkevemon-9999.ebuild +++ b/games-util/gtkevemon/gtkevemon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic git-r3 DESCRIPTION="A standalone skill monitoring application for EVE Online" -HOMEPAGE="http://gtkevemon.battleclinic.com" +HOMEPAGE="https://github.com/gtkevemon/gtkevemon" EGIT_REPO_URI="https://github.com/${PN}/${PN}" LICENSE="GPL-3" |