summarylogtreecommitdiffstats
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
parent40d283c218e73552ce5fdd39272603391f288aa7 (diff)
downloadaur-83bab3aae747a31ad6430ccb80d210d2cd34571b.tar.gz
fixed `license`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2c18ba2a74..b8239666849d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = godebug-git
pkgrel = 1
url = https://github.com/mailgun/godebug
arch = any
- license = Apache2
+ license = Apache
makedepends = go
provides = godebug
options = !strip
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