summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-11-27 14:46:25 +0100
committerEmilio Reggi2020-11-27 14:46:25 +0100
commit44c55fea6ecb791d694dc5b5ddd92bc43af4e95a (patch)
tree3906a5edb9c600e21e7711cfb5296c3ee6639676
parentf3be13483aa097f3c2aeb57e58e3e523dd7bcdc2 (diff)
downloadaur-44c55fea6ecb791d694dc5b5ddd92bc43af4e95a.tar.gz
Updated license info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99c80cb070dd..f922ae840870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mastodonpp-git
pkgrel = 1
url = https://schlomp.space/tastytea/mastodonpp.git
arch = x86_64
- license = GPL
+ license = AGPL
makedepends = git
makedepends = cmake
depends = libcurl.so
diff --git a/PKGBUILD b/PKGBUILD
index f0589c2931c2..8951cc6c019f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp."
arch=('x86_64')
url="https://schlomp.space/tastytea/mastodonpp.git"
-license=('GPL')
+license=('AGPL')
groups=()
depends=('libcurl.so')
makedepends=('git' 'cmake')