From 6567d7e97b7439af53093666a29fc9c801490734 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 14 Jan 2017 20:41:46 +0100 Subject: 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. --- main/nano/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main') 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 -# Maintainer: Michael Zhou +# Maintainer: Natanael Copa 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" -- cgit v1.2.3