diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-28 21:28:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 08:23:17 +0000 |
commit | 1a0e6a1b728a9bee1e295c403b545c5298f80746 (patch) | |
tree | 358708915fa1c03523d6b6da2ce0c5ef04c551bd | |
parent | 36ae81df7b4bbebccd96e554eb38ff91b00aac66 (diff) | |
download | aports-1a0e6a1b728a9bee1e295c403b545c5298f80746.tar.bz2 aports-1a0e6a1b728a9bee1e295c403b545c5298f80746.tar.xz |
main/talloc: specify license
-rw-r--r-- | main/talloc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/talloc/APKBUILD b/main/talloc/APKBUILD index 2dd8f1f20..41172c8f5 100644 --- a/main/talloc/APKBUILD +++ b/main/talloc/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=talloc pkgver=2.1.0 -pkgrel=0 -pkgdesc="memory pool management library" +pkgrel=1 +pkgdesc="A memory pool management library" url="http://talloc.samba.org/" arch="all" -license="LGPL" +license="LGPL3+" depends= depends_dev= replaces="samba-common" |