diff options
Diffstat (limited to 'testing/pastebinc/APKBUILD')
-rw-r--r-- | testing/pastebinc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pastebinc/APKBUILD b/testing/pastebinc/APKBUILD index bf6a53353d..de726f5db7 100644 --- a/testing/pastebinc/APKBUILD +++ b/testing/pastebinc/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="utility to pipe data into a paste on pastebin.com or a similar site" url="https://github.com/jthomerson/pastebinc" arch="all" -license="ASL 2.0" +license="Apache-2.0" depends= depends_dev= makedepends="wget glib-dev curl-dev" |