diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-06-01 09:32:59 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-30 22:18:01 +0200 |
commit | 1c357f893ee7949669dbb63209339e14c82bb24b (patch) | |
tree | e13f05bf44caf425f39ca88008725c4fc7fb1680 /dev-lang | |
parent | net-wireless/nanovna-saver: add 0.6.4 (diff) | |
download | gentoo-1c357f893ee7949669dbb63209339e14c82bb24b.tar.gz gentoo-1c357f893ee7949669dbb63209339e14c82bb24b.tar.bz2 gentoo-1c357f893ee7949669dbb63209339e14c82bb24b.zip |
dev-lang/mercury: update HOMEPAGE
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mercury/mercury-22.01.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mercury/mercury-22.01.1.ebuild b/dev-lang/mercury/mercury-22.01.1.ebuild index b56c538277e8..37e98fc591fe 100644 --- a/dev-lang/mercury/mercury-22.01.1.ebuild +++ b/dev-lang/mercury/mercury-22.01.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ PATCHSET_VER="2" MY_P=${PN}-srcdist-${PV} DESCRIPTION="Mercury is a modern general-purpose logic/functional programming language" -HOMEPAGE="https://www.mercurylang.org/index.html" +HOMEPAGE="https://mercurylang.org" SRC_URI="https://dl.mercurylang.org/release/${MY_P}.tar.gz https://dev.gentoo.org/~keri/distfiles/mercury/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" |