summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engeström2015-06-19 01:19:54 +0200
committerEric Engeström2015-06-19 01:19:54 +0200
commit83bab3aae747a31ad6430ccb80d210d2cd34571b (patch)
tree7d0be28df4b2e5406f6e649f26f70be16a2a917b /PKGBUILD
parent40d283c218e73552ce5fdd39272603391f288aa7 (diff)
downloadaur-godebug-git.tar.gz
fixed `license`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ee757beda4f..304c6ec586f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross-platform debugger for Go"
arch=('any')
url="https://github.com/mailgun/godebug"
-license=('Apache2')
+license=('Apache')
makedepends=('go')
options=('!strip')
provides=godebug