diff options
author | Sam James <sam@gentoo.org> | 2023-06-23 03:54:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-23 03:54:52 +0100 |
commit | dd3476ecb8bf0945eb503b89cc055daa507800e3 (patch) | |
tree | 340f897afefcca8768f273d1f1c12097ae13642a /net-irc/senpai | |
parent | app-shells/bash: backport shell parser reset fix to 5.2 (diff) | |
download | gentoo-dd3476ecb8bf0945eb503b89cc055daa507800e3.tar.gz gentoo-dd3476ecb8bf0945eb503b89cc055daa507800e3.tar.bz2 gentoo-dd3476ecb8bf0945eb503b89cc055daa507800e3.zip |
net-irc/senpai: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/senpai')
-rw-r--r-- | net-irc/senpai/senpai-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/senpai/senpai-0.2.0.ebuild b/net-irc/senpai/senpai-0.2.0.ebuild index 025d331d0cbc..d53c9251fc34 100644 --- a/net-irc/senpai/senpai-0.2.0.ebuild +++ b/net-irc/senpai/senpai-0.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit go-module -DESCRIPTION="A modern terminal IRC client. NOTICE me :senpai!" +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" SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" |