summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce70846e04c..14405bfcd56a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = devexcuse-git
pkgrel = 1
url = https://github.com/K4R7IK/DevExcuse
arch = any
- license = MIT
depends = curl
depends = jq
source = git+https://github.com/K4R7IK/DevExcuse.git
diff --git a/PKGBUILD b/PKGBUILD
index 4113a3da247d..5b4a094acdd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,6 @@ pkgrel=1
pkgdesc="This script will fetch a random developer excuse from the web while also keeping an offline database."
url="https://github.com/K4R7IK/DevExcuse"
depends=('curl' 'jq')
-license=('MIT')
arch=('any')
source=("git+${url}.git")