summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-05-06 05:01:50 +0100
committergrufo2022-05-06 05:01:50 +0100
commitbed76f3d4c5131071e69e787c2c3464289cd6f9c (patch)
treecc00066d98a45c469c4f594fb052e03dffba73f1
parentcad0b929782909ebcaa02530b4a74f0522f3b25c (diff)
downloadaur-bed76f3d4c5131071e69e787c2c3464289cd6f9c.tar.gz
Update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40d5588c94a..cf5d34dd0d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = messenger-cli-git
url = https://gnunet.org
arch = i686
arch = x86_64
- license = GPL
+ license = AGPL
depends = gnunet
depends = libgnunetchat
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 4f254b3bc49e..bc9c396fa599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A command line interface for GNUnet Messenger'
arch=('i686' 'x86_64')
url="https://${_framework}.org"
-license=('GPL')
+license=('AGPL')
depends=("${_framework}" 'libgnunetchat' 'ncurses')
provides=("${_appname}")
conflicts=("${_appname}" "${_appname}-bin")