summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost2020-11-20 23:05:01 +0100
committerPieter Joost2020-11-20 23:05:01 +0100
commit80b8573add974147880eacddfcd22ba90040e666 (patch)
treec1ca8654008c0a6e578d8ed90a2403b74e29968d
parent190013da36c18aa4f32b433110d0283ce21fc8ba (diff)
downloadaur-80b8573add974147880eacddfcd22ba90040e666.tar.gz
remove incorrect license information
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdcca8ac64f..01efabb2fb14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = whatscli-git
arch = i686
arch = x86_64
arch = armv7h
- license = MIT
makedepends = git
depends = go
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index a0c8f3ab8581..b572d074cf34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgrel=1
pkgdesc='A command line interface for whatsapp, based on go-whatsapp and tview'
url='https://github.com/normen/whatscli'
arch=('i686' 'x86_64' 'armv7h')
-license=('MIT')
makedepends=('git')
depends=('go' 'git')
source=('git://github.com/normen/whatscli.git')