diff options
author | Sam James <sam@gentoo.org> | 2022-07-26 05:09:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-26 05:09:57 +0100 |
commit | 43028814d23cd185e76058d10aba1c200743b8d4 (patch) | |
tree | 527371a57794865bb8a6cf602e119a85b56e4a5c /sys-libs/readline | |
parent | sys-libs/readline: drop 8.2_beta, 8.2_rc1 (diff) | |
download | gentoo-43028814d23cd185e76058d10aba1c200743b8d4.tar.gz gentoo-43028814d23cd185e76058d10aba1c200743b8d4.tar.bz2 gentoo-43028814d23cd185e76058d10aba1c200743b8d4.zip |
sys-libs/readline: add git repo to HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/readline-8.2_rc2.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/readline/readline-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-8.2_rc2.ebuild b/sys-libs/readline/readline-8.2_rc2.ebuild index 5ad40cec93d9..934a8b1ce368 100644 --- a/sys-libs/readline/readline-8.2_rc2.ebuild +++ b/sys-libs/readline/readline-8.2_rc2.ebuild @@ -40,7 +40,7 @@ patches() { } DESCRIPTION="Another cute console display library" -HOMEPAGE="https://tiswww.case.edu/php/chet/readline/rltop.html" +HOMEPAGE="https://tiswww.case.edu/php/chet/readline/rltop.html https://git.savannah.gnu.org/cgit/readline.git" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/readline.git" diff --git a/sys-libs/readline/readline-9999.ebuild b/sys-libs/readline/readline-9999.ebuild index 5ad40cec93d9..934a8b1ce368 100644 --- a/sys-libs/readline/readline-9999.ebuild +++ b/sys-libs/readline/readline-9999.ebuild @@ -40,7 +40,7 @@ patches() { } DESCRIPTION="Another cute console display library" -HOMEPAGE="https://tiswww.case.edu/php/chet/readline/rltop.html" +HOMEPAGE="https://tiswww.case.edu/php/chet/readline/rltop.html https://git.savannah.gnu.org/cgit/readline.git" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/readline.git" |