diff options
author | Sam James <sam@gentoo.org> | 2022-11-16 19:55:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-16 22:59:50 +0000 |
commit | dc553122331d057553a206eb19e90daa10c3fb05 (patch) | |
tree | aef2565b5935bf029120cbd9a0964a38bae16ed8 /dev-db | |
parent | app-i18n/xvnkb: use HTTPS (diff) | |
download | gentoo-dc553122331d057553a206eb19e90daa10c3fb05.tar.gz gentoo-dc553122331d057553a206eb19e90daa10c3fb05.tar.bz2 gentoo-dc553122331d057553a206eb19e90daa10c3fb05.zip |
dev-db/kyotocabinet: update HOMEPAGE, SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild index 7221529d0b8c..c2108518f5f2 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="A straightforward implementation of DBM" -HOMEPAGE="https://fallabs.com/kyotocabinet/" -SRC_URI="https://fallabs.com/kyotocabinet/pkg/${P}.tar.gz" +HOMEPAGE="https://dbmx.net/kyotocabinet/" +SRC_URI="https://dbmx.net/kyotocabinet/pkg/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |