summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd E Johnson2019-07-11 21:32:02 -0500
committerTodd E Johnson2019-07-11 21:32:02 -0500
commitbe8d7a5cf3c4d272a3bbb85502d293f90c7e69f2 (patch)
treef437e63e275b0ad8a06382b1c571d57fee4525a1
parent8afabc8af3843f4b50b0ff86e55ccae388dd8919 (diff)
downloadaur-be8d7a5cf3c4d272a3bbb85502d293f90c7e69f2.tar.gz
Fix license to be GPL3
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f96ea027f76e..4936f1fda248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Execute systemd services if current connection is not metered."
arch=('any')
url="https://github.com/jdorel/systemd-metered-connection-dependency"
-license=('GPL')
+license=('GPL3')
depends=('systemd')
makedepends=('git')
source=("${pkgname}::git+https://github.com/jdorel/systemd-metered-connection-dependency.git")