diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-25 18:57:03 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-25 18:57:03 -0500 |
commit | 2ecc00505752f984279651bafd5d022601a38e61 (patch) | |
tree | 7d79a490b847c4fb9622f24aba08421b6ace9575 /system/file | |
parent | 358cbaf2451f73a307a676035abbd5b24715ffcc (diff) | |
download | packages-2ecc00505752f984279651bafd5d022601a38e61.tar.gz packages-2ecc00505752f984279651bafd5d022601a38e61.tar.bz2 packages-2ecc00505752f984279651bafd5d022601a38e61.tar.xz packages-2ecc00505752f984279651bafd5d022601a38e61.zip |
system/file: fix license
Diffstat (limited to 'system/file')
-rw-r--r-- | system/file/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/file/APKBUILD b/system/file/APKBUILD index b7ce390b3..b101f5b06 100644 --- a/system/file/APKBUILD +++ b/system/file/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" arch="all" -license="BSD" +license="BSD-2-Clause" subpackages="$pkgname-dev $pkgname-doc libmagic" source="ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |