diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-01 15:33:47 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-01 16:55:24 +0100 |
commit | 9ec5b021441becf1db0a4c91c34124c98b79d1f3 (patch) | |
tree | 0cdb7b4a70c1b66b35be0e00f1fa85514d8a52cf /community/go | |
parent | 34969e6b0b66ff9637a989ad8e0b93f89fd68d9b (diff) | |
download | aports-9ec5b021441becf1db0a4c91c34124c98b79d1f3.tar.bz2 aports-9ec5b021441becf1db0a4c91c34124c98b79d1f3.tar.xz |
Remove Eivind Uggedal as a maintainer
He hasn't been active since 2015.
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 289a58c0c4..defa3a9ca9 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: Eivind Uggedal <eivind@uggedal.com> +# Maintainer: pkgname=go pkgver=1.9.2 # This should be the latest commit on the corresponding release branch _toolsver="5d2fd3ccab986d52112bf301d47a819783339d0e" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" |