diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:13:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:21 +0000 |
commit | de1a7ccf61513f443d764cb787e62a65795a4d06 (patch) | |
tree | 445ae744cf2d63132398dfa232558d26ccacad68 /dev-vcs/notify-webhook | |
parent | dev-util/ignition-cmake: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-de1a7ccf61513f443d764cb787e62a65795a4d06.tar.gz gentoo-de1a7ccf61513f443d764cb787e62a65795a4d06.tar.bz2 gentoo-de1a7ccf61513f443d764cb787e62a65795a4d06.zip |
dev-vcs/notify-webhook: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/notify-webhook')
-rw-r--r-- | dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild index 0f9aa3a06371..d28f6b8bbff9 100644 --- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild +++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( pypy3 ) -DESCRIPTION="Git post-receive web hook notifier in Python." +DESCRIPTION="Git post-receive web hook notifier in Python" HOMEPAGE="https://github.com/metajack/notify-webhook" #COMMIT='c571160f155122446e97bb01c1150b4d14ea69d6' SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |