summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-05-03 17:47:40 -0400
committerBuildTools2021-05-03 17:47:40 -0400
commit3cca4770a94b7c111cfa5b23f9b40b6ccfabcd5a (patch)
treeba81b881beacad7dd7cbb2f7401fb70fe4adedd2
parent4d76df7cfd8ed4414d8f0911d45c95ff5e80c013 (diff)
downloadaur-3cca4770a94b7c111cfa5b23f9b40b6ccfabcd5a.tar.gz
license change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3e8d566247a..af9b31e3f7ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = nowpm-git
pkgrel = 1
url = https://github.com/jnats/nowpm
arch = any
- license = custom:beerware
+ license = custom:nolicense
depends = coreutils
depends = grep
depends = sed
diff --git a/PKGBUILD b/PKGBUILD
index 3a25f486111b..31cc3680125b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="the no-bullshit wpm utility"
arch=('any')
url="https://github.com/jnats/nowpm"
-license=('custom:beerware')
+license=('custom:nolicense')
depends=('coreutils' 'grep' 'sed' 'bash' 'wdiff' 'bc')
provides=('nowpm')