diff options
author | Olivier Mauras <olivier@mauras.ch> | 2016-09-16 01:02:04 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-16 01:08:06 +0200 |
commit | 0ff6831573797f3e028db0c29439d0ef6fe2ee1b (patch) | |
tree | db301deff62f7c76be0db921fba1b062b01bcc8b | |
parent | 126b09e0c412a94a0f8185099ac63751592c2334 (diff) | |
download | aports-0ff6831573797f3e028db0c29439d0ef6fe2ee1b.tar.bz2 aports-0ff6831573797f3e028db0c29439d0ef6fe2ee1b.tar.xz |
community/salt: take maintainership
-rw-r--r-- | community/salt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index 81b52d900e..9f095f80ae 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Olivier Mauras <olivier@mauras.ch> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Olivier Mauras <olivier@mauras.ch> pkgname=salt pkgver=2016.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="A parallel remote execution system" url="https://github.com/saltstack/salt" arch="noarch" |