summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2019-05-15 13:46:55 -0500
committerfrealgagu2019-05-15 13:46:55 -0500
commit32b3ebc02574ca87a2a26b88ef8a105a2a1c1ce5 (patch)
tree0969249ec6fa80c8f49897d3faf077ef80421424 /PKGBUILD
parentc9d4d578db2658f63de319f00e304b78e3c4a0df (diff)
downloadaur-32b3ebc02574ca87a2a26b88ef8a105a2a1c1ce5.tar.gz
Changing license to CC0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa2fd15ca24..91b9666a9ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("i686" "x86_64")
url="https://github.com/casey/${pkgname}"
-license=("APACHE" "custom:MIT" "custom:WTFPL")
+license=("custom:CC0")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/v${pkgver}.tar.gz")