diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-08-11 09:45:32 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-08-11 13:15:42 +0100 |
commit | 65af2e140ee970e07069e6ae9b6d8a920f9f1efc (patch) | |
tree | 1b5dbbf368462c0c25b0129c1c3b100c2e5d21f9 /games-puzzle | |
parent | sci-chemistry/pymol-plugins-promol: [QA] Fix double-prefix (diff) | |
download | gentoo-65af2e140ee970e07069e6ae9b6d8a920f9f1efc.tar.gz gentoo-65af2e140ee970e07069e6ae9b6d8a920f9f1efc.tar.bz2 gentoo-65af2e140ee970e07069e6ae9b6d8a920f9f1efc.zip |
games-puzzle/braincurses: update HOMEPAGE, metadata
Bug: https://bugs.gentoo.org/637970
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12675
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/braincurses/braincurses-0.5b-r1.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/braincurses/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild b/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild index 609bfa218305..37bd4eef30f1 100644 --- a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild +++ b/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="An ncurses-based mastermind clone" -HOMEPAGE="http://freshmeat.net/projects/braincurses/" +HOMEPAGE="https://github.com/bderrly/braincurses" SRC_URI="mirror://sourceforge/braincurses/${P}.tar.gz" LICENSE="GPL-2" diff --git a/games-puzzle/braincurses/metadata.xml b/games-puzzle/braincurses/metadata.xml index 8444fd297f54..53c5ddea1c78 100644 --- a/games-puzzle/braincurses/metadata.xml +++ b/games-puzzle/braincurses/metadata.xml @@ -7,6 +7,6 @@ </maintainer> <upstream> <remote-id type="sourceforge">braincurses</remote-id> - <remote-id type="freshmeat">braincurses</remote-id> + <remote-id type="github">bderrly/braincurses</remote-id> </upstream> </pkgmetadata> |