summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Young2020-03-23 16:55:13 -0500
committerIan Young2020-03-23 16:55:34 -0500
commit1fb54e8ab3bb157631bbb12c75c8bcb3a0468ba2 (patch)
tree267beeeade674b8c0839285d270330774cf08710
parent150064d873614adcb96bf569273a5355cc046c0d (diff)
downloadaur-1fb54e8ab3bb157631bbb12c75c8bcb3a0468ba2.tar.gz
Add license
Not in the package tarball yet, but added to the repo: https://github.com/gigalixir/gigalixir-cli/issues/56
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44650a9efb11..06ed85096d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ epoch=
pkgdesc="CLI tool for Gigalixir hosting service"
arch=('any')
url="https://www.gigalixir.com/"
-license=()
+license=('MIT')
depends=('python'
'python-click'
'python-requests'