diff options
author | Alfred Persson Forsberg <cat@catcream.org> | 2023-12-05 11:51:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-08 11:35:19 +0000 |
commit | 488ecb16863655b96858a25c0cc018aa1f029924 (patch) | |
tree | 29006c7ffe204cfac40233992b206364a1439ce0 /net-irc | |
parent | net-irc/senpai: add 0.3.0 (diff) | |
download | gentoo-488ecb16863655b96858a25c0cc018aa1f029924.tar.gz gentoo-488ecb16863655b96858a25c0cc018aa1f029924.tar.bz2 gentoo-488ecb16863655b96858a25c0cc018aa1f029924.zip |
net-irc/senpai: update HOMEPAGE, SRC_URI
This project has migrated to sr.ht/~delthas.
See-also: https://sr.ht/~taiite/senpai/#notice-me-senpai
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/34133
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/senpai/senpai-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/senpai/senpai-0.3.0.ebuild b/net-irc/senpai/senpai-0.3.0.ebuild index d53c9251fc34..c7980f05f872 100644 --- a/net-irc/senpai/senpai-0.3.0.ebuild +++ b/net-irc/senpai/senpai-0.3.0.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit go-module DESCRIPTION="Modern terminal IRC client. NOTICE me :senpai!" -HOMEPAGE="https://sr.ht/~taiite/senpai" -SRC_URI="https://git.sr.ht/~taiite/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://sr.ht/~delthas/senpai" +SRC_URI="https://git.sr.ht/~delthas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 ISC MIT" |