blob: 4774c67757101e450563077041838b44f6911956 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
<longdescription lang="en">
notify-webhook is a git post-receive hook script that posts JSON data to a
webhook capable server.
This implements the GitHub Web hooks API as closely as possible. It allows
arbitrary git repositories to use webhook capable services.
</longdescription>
<upstream>
<remote-id type="github">metajack/notify-webhook</remote-id>
</upstream>
</pkgmetadata>
|