diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 15:10:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-29 06:48:09 +0000 |
commit | a977bec2e4c27bf3afa50a83ffbc333f29caf42b (patch) | |
tree | bc187d0db3aca2d4cc12ec0fbd4f396e2ba647f1 /testing/noip | |
parent | 5650a0a17d759d5a5cf66244ef9d0df5e54da0d9 (diff) | |
download | aports-a977bec2e4c27bf3afa50a83ffbc333f29caf42b.tar.bz2 aports-a977bec2e4c27bf3afa50a83ffbc333f29caf42b.tar.xz |
testing/noip: specifiy license
Diffstat (limited to 'testing/noip')
-rw-r--r-- | testing/noip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/noip/APKBUILD b/testing/noip/APKBUILD index ddd41ea8f9..eb6b396fc4 100644 --- a/testing/noip/APKBUILD +++ b/testing/noip/APKBUILD @@ -3,11 +3,11 @@ pkgname=noip pkgver=2.1.9 _pkgver=2.1.9-1 -pkgrel=1 +pkgrel=2 pkgdesc="Dynamic DNS Client Updater for no-ip.com services" url="http://www.no-ip.com/downloads.php?page=linux" arch="all" -license="GPL" +license="GPL2+" depends="" depends_dev="" makedepends="$depends_dev" |