diff options
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.0.ebuild b/dev-python/pyrqlite/pyrqlite-2.0.ebuild index 93600a584e2d..a44040325ab9 100644 --- a/dev-python/pyrqlite/pyrqlite-2.0.ebuild +++ b/dev-python/pyrqlite/pyrqlite-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=6 @@ -12,7 +12,7 @@ fi DESCRIPTION="Python client for rqlite" EGIT_REPO_URI="https://github.com/rqlite/pyrqlite.git" -HOMEPAGE="${EGIT_REPO_URI%.git}/" +HOMEPAGE="https://github.com/rqlite/pyrqlite" SRC_URI="${EGIT_REPO_URI%.git}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pyrqlite/pyrqlite-9999.ebuild b/dev-python/pyrqlite/pyrqlite-9999.ebuild index 5ba08115361b..f9ed2ca2f640 100644 --- a/dev-python/pyrqlite/pyrqlite-9999.ebuild +++ b/dev-python/pyrqlite/pyrqlite-9999.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=6 @@ -12,7 +12,7 @@ fi DESCRIPTION="Python client for rqlite" EGIT_REPO_URI="https://github.com/rqlite/pyrqlite.git" -HOMEPAGE="${EGIT_REPO_URI%.git}/" +HOMEPAGE="https://github.com/rqlite/pyrqlite" LICENSE="MIT" SLOT="0" |