diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-13 21:57:26 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-13 21:57:26 +0100 |
commit | 2b67435879ee579932c797e79cb950db7a673d2b (patch) | |
tree | a21736d7a4e60a0e61ae2706900f0b43483678b1 | |
parent | dev-java/gluegen: use https for homepage (diff) | |
download | sci-2b67435879ee579932c797e79cb950db7a673d2b.tar.gz sci-2b67435879ee579932c797e79cb950db7a673d2b.tar.bz2 sci-2b67435879ee579932c797e79cb950db7a673d2b.zip |
dev-java/jogl: use https for homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r-- | dev-java/jogl/jogl-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jogl/jogl-2.2.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jogl/jogl-2.1.4.ebuild b/dev-java/jogl/jogl-2.1.4.ebuild index 8811c0a32..b8bb557db 100644 --- a/dev-java/jogl/jogl-2.1.4.ebuild +++ b/dev-java/jogl/jogl-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ inherit java-pkg-2 java-ant-2 #MY_P="${PN}-${MY_PV}" DESCRIPTION="Java(TM) Binding fot the OpenGL(TM) API" -HOMEPAGE="http://jogamp.org/jogl/www/" +HOMEPAGE="https://jogamp.org/jogl/www/" SRC_URI="https://github.com/sgothel/jogl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-java/jogl/jogl-2.2.4.ebuild b/dev-java/jogl/jogl-2.2.4.ebuild index 3af40058d..64c55a8eb 100644 --- a/dev-java/jogl/jogl-2.2.4.ebuild +++ b/dev-java/jogl/jogl-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ WANT_ANT_TASKS="ant-antlr ant-contrib dev-java/cpptasks:0" inherit java-pkg-2 java-ant-2 DESCRIPTION="Java(TM) Binding fot the OpenGL(TM) API" -HOMEPAGE="http://jogamp.org/jogl/www/" +HOMEPAGE="https://jogamp.org/jogl/www/" SRC_URI="https://github.com/sgothel/jogl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |