diff options
author | 2024-04-28 15:07:55 +0900 | |
---|---|---|
committer | 2024-04-28 15:07:55 +0900 | |
commit | eeb92afd0e2b0c7e965bc05c2f50255702a1ff30 (patch) | |
tree | 30c94ff49b4acda7e4cbca9298913d5e658eda53 | |
parent | app-text/cmigemo: update patches (diff) | |
download | gentoo-eeb92afd0e2b0c7e965bc05c2f50255702a1ff30.tar.gz gentoo-eeb92afd0e2b0c7e965bc05c2f50255702a1ff30.tar.bz2 gentoo-eeb92afd0e2b0c7e965bc05c2f50255702a1ff30.zip |
app-text/cmigemo: update HOMEPAGE and SRC_URI
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r-- | app-text/cmigemo/cmigemo-1.3c-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/cmigemo/cmigemo-1.3c-r3.ebuild b/app-text/cmigemo/cmigemo-1.3c-r3.ebuild index 13e4e867cedb..4c38d653a795 100644 --- a/app-text/cmigemo/cmigemo-1.3c-r3.ebuild +++ b/app-text/cmigemo/cmigemo-1.3c-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ inherit flag-o-matic toolchain-funcs MY_P="${P}-MIT" DESCRIPTION="Migemo library implementation in C" -HOMEPAGE="http://www.kaoriya.net/#CMIGEMO" -SRC_URI="http://www.kaoriya.net/dist/var/${MY_P}.tar.bz2" +HOMEPAGE="https://www.kaoriya.net/software/cmigemo/" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="MIT" SLOT="0" |