aboutsummaryrefslogtreecommitdiffstats
path: root/main/nano
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2017-01-14 20:41:46 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-20 10:55:38 +0000
commit6567d7e97b7439af53093666a29fc9c801490734 (patch)
tree057302d7f012892a2ff17c6a834ab18625518a57 /main/nano
parenta5da9ecb2df3cc3a5336a3dfae91820c530d3f1b (diff)
downloadaports-6567d7e97b7439af53093666a29fc9c801490734.tar.bz2
aports-6567d7e97b7439af53093666a29fc9c801490734.tar.xz
main/nano: Ditch empty vars in APKBUILD. Change maintainer.
Old alleged maintainer (Michael Zhou) made himself maintainer with commit d2f2f034f33f4c6d8df8573da9455b475f6550f6, but he never touched nano ever again. He has almost no trace of any activity in aports repo since 2011 (1 commit in 2016). Natanael Copa is the most active contributor, so hopefully he's not against becoming maintainer of another package.
Diffstat (limited to 'main/nano')
-rw-r--r--main/nano/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD
index 3bbd36ac99..ccdfc2f661 100644
--- a/main/nano/APKBUILD
+++ b/main/nano/APKBUILD
@@ -1,13 +1,12 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nano
pkgver=2.7.4
-pkgrel=0
+pkgrel=1
pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor."
url="http://www.nano-editor.org/"
arch="all"
license="GPL"
-depends=
makedepends="ncurses-dev file-dev"
subpackages="$pkgname-doc $pkgname-syntax::noarch"
source="http://www.nano-editor.org/dist/v${pkgver%.*}/$pkgname-$pkgver.tar.gz"