diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:13:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:53:46 +0000 |
commit | 8e5c0417ec58a516fe6b391867d463f03917684e (patch) | |
tree | 5c877a5721ed78b9184ff35589f1cf0f49f4755f /main/libeventlog | |
parent | 7b9799ec51b5fcce6a63e0c9d43cb5b68cad4e1b (diff) | |
download | aports-8e5c0417ec58a516fe6b391867d463f03917684e.tar.bz2 aports-8e5c0417ec58a516fe6b391867d463f03917684e.tar.xz |
main/libeventlog: fix maintainer email address
Diffstat (limited to 'main/libeventlog')
-rw-r--r-- | main/libeventlog/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libeventlog/APKBUILD b/main/libeventlog/APKBUILD index 8cb2750bdb..6484653d91 100644 --- a/main/libeventlog/APKBUILD +++ b/main/libeventlog/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: jv jens@eisfair.org -# Maintainer: jv jens@eisfair.org +# Contributor: jv <jens@eisfair.org> +# Maintainer: jv <jens@eisfair.org> pkgname=libeventlog pkgver=0.2.12 -pkgrel=0 +pkgrel=1 pkgdesc="Syslog event logger library" url="http://www.balabit.com" arch="all" |