diff options
author | Daniel Schmidt <gen2xmach1ne@tutanota.com> | 2019-03-18 01:57:55 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-18 20:50:01 +0000 |
commit | f8f2fa1627d303d6033700919f33f07328ffc495 (patch) | |
tree | 6024495d41e90695e2e5885bfa68cc69a6159f24 /games-sports/billardgl | |
parent | net-analyzer/wireshark: Old (diff) | |
download | gentoo-f8f2fa1627d303d6033700919f33f07328ffc495.tar.gz gentoo-f8f2fa1627d303d6033700919f33f07328ffc495.tar.bz2 gentoo-f8f2fa1627d303d6033700919f33f07328ffc495.zip |
games-sports/billardgl: fix HOMEPAGE
Closes: https://bugs.gentoo.org/680658
Signed-off-by: Daniel Schmidt <gen2xmach1ne@tutanota.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11398
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-sports/billardgl')
-rw-r--r-- | games-sports/billardgl/billardgl-1.75-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild b/games-sports/billardgl/billardgl-1.75-r2.ebuild index e71f5aa777d3..83ccabcbf9f2 100644 --- a/games-sports/billardgl/billardgl-1.75-r2.ebuild +++ b/games-sports/billardgl/billardgl-1.75-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="an OpenGL billards game" -HOMEPAGE="http://www.billardgl.de/" +HOMEPAGE="https://sourceforge.net/projects/billardgl/" SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz mirror://gentoo/${PN}.png" |