diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 15:14:53 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-07-02 21:27:29 +0100 |
commit | 8f901e3e5116d33875e998a7ce36719009b1e426 (patch) | |
tree | c882409580b8e10730201f345657aa276a2d26d7 /dev-games/openscenegraph-qt | |
parent | dev-games/openscenegraph: use HTTPS (diff) | |
download | gentoo-8f901e3e5116d33875e998a7ce36719009b1e426.tar.gz gentoo-8f901e3e5116d33875e998a7ce36719009b1e426.tar.bz2 gentoo-8f901e3e5116d33875e998a7ce36719009b1e426.zip |
dev-games/openscenegraph-qt: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games/openscenegraph-qt')
-rw-r--r-- | dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild index ebbcc46e59cd..220de2ddb030 100644 --- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild +++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV} inherit cmake DESCRIPTION="Qt support for OpenSceneGraph" -HOMEPAGE="http://www.openscenegraph.org/" +HOMEPAGE="https://www.openscenegraph.org/" SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="wxWinLL-3 LGPL-2.1" |