diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:17 +0200 |
commit | e568d8f165043620f702c77651aaff14e76079d0 (patch) | |
tree | 71e43a1a70e1f2318eac411063d44c5d5963ad2b /app-text/XML-Schema-learner | |
parent | app-shells/rrs: [QA] Update copyright header (diff) | |
download | gentoo-e568d8f165043620f702c77651aaff14e76079d0.tar.gz gentoo-e568d8f165043620f702c77651aaff14e76079d0.tar.bz2 gentoo-e568d8f165043620f702c77651aaff14e76079d0.zip |
app-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/XML-Schema-learner')
-rw-r--r-- | app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild index b4d56e1a79ba..0b0e2413742a 100644 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild +++ b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs" -HOMEPAGE="https://github.com/kore/${PN}" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/kore/XML-Schema-learner" +SRC_URI="https://github.com/kore/XML-Schema-learner/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |