diff options
Diffstat (limited to 'dev-java/testng')
-rw-r--r-- | dev-java/testng/testng-6.9.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/testng/testng-6.9.10.ebuild b/dev-java/testng/testng-6.9.10.ebuild index 6a886240f14c..6be65aaa0a31 100644 --- a/dev-java/testng/testng-6.9.10.ebuild +++ b/dev-java/testng/testng-6.9.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Testing framework inspired by JUnit and NUnit with new features" -HOMEPAGE="http://testng.org/" +HOMEPAGE="https://testng.org/" SRC_URI="https://github.com/cbeust/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" KEYWORDS="amd64 x86" |