diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:50:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:17 +0100 |
commit | 48913d3d929b9d5e6b40023d09eec5976df7124f (patch) | |
tree | 12bd0ddc43901c81ed8bd2bd9ea1815a06204f3e /dev-util/webhook | |
parent | dev-util/quilt: eutils-- (diff) | |
download | gentoo-48913d3d929b9d5e6b40023d09eec5976df7124f.tar.gz gentoo-48913d3d929b9d5e6b40023d09eec5976df7124f.tar.bz2 gentoo-48913d3d929b9d5e6b40023d09eec5976df7124f.zip |
dev-util/webhook: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/webhook')
-rw-r--r-- | dev-util/webhook/webhook-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/webhook/webhook-2.7.0.ebuild b/dev-util/webhook/webhook-2.7.0.ebuild index 1cae43129e81..60558169169b 100644 --- a/dev-util/webhook/webhook-2.7.0.ebuild +++ b/dev-util/webhook/webhook-2.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 EGO_PN=github.com/adnanh/webhook -inherit eutils go-module +inherit go-module DESCRIPTION="lightweight incoming webhook server to run shell commands" HOMEPAGE="https://github.com/adnanh/webhook/" |