diff options
author | 2024-11-13 19:50:48 +0000 | |
---|---|---|
committer | 2024-11-13 19:50:48 +0000 | |
commit | c7599495f147a2b6060011ce08544a252504cdf2 (patch) | |
tree | d6d7c3144a37f2fd3d9c21c46c2f67534a35bf7a /app-text | |
parent | sys-apps/dtc: add 1.7.2 (diff) | |
download | gentoo-c7599495f147a2b6060011ce08544a252504cdf2.tar.gz gentoo-c7599495f147a2b6060011ce08544a252504cdf2.tar.bz2 gentoo-c7599495f147a2b6060011ce08544a252504cdf2.zip |
app-text/enchant: update HOMEPAGE
Bug: https://bugs.gentoo.org/942955
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-1.6.1-r2.ebuild | 4 | ||||
-rw-r--r-- | app-text/enchant/enchant-2.6.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild b/app-text/enchant/enchant-1.6.1-r2.ebuild index a064cee07326..f20d9d61a804 100644 --- a/app-text/enchant/enchant-1.6.1-r2.ebuild +++ b/app-text/enchant/enchant-1.6.1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PV="${PV//./-}" DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" +HOMEPAGE="https://github.com/rrthomas/enchant" SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" diff --git a/app-text/enchant/enchant-2.6.1.ebuild b/app-text/enchant/enchant-2.6.1.ebuild index 2237fda4eca3..f03c6bf31917 100644 --- a/app-text/enchant/enchant-2.6.1.ebuild +++ b/app-text/enchant/enchant-2.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit libtool DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" +HOMEPAGE="https://github.com/rrthomas/enchant" SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" |