summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-25 02:33:55 +0200
committerMichal Wojdyla2024-05-25 02:33:55 +0200
commit1685ce0c5a0561c576ede52016ffa40580fd332e (patch)
treeae4615f3ace90b5f8655fe60d2bbf962b8dfbbbd
parent434bc8d31ae7021192a5bc95cab92a7e32860b6a (diff)
downloadaur-uwsgitop-git.tar.gz
corrent license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f05302ad5f..7d6263fe1d35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = uwsgitop-git
pkgrel = 1
url = http://github.com/unbit/uwsgitop.git
arch = any
- license = GPL
+ license = MIT
makedepends = git
makedepends = python2-distribute
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 5e62195d2539..5d1487d8815b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Jan Oliver Oelerich <janoliver@oelerich.org>
pkgname=uwsgitop-git
pkgver=20240401
-pkgrel=1
+pkgrel=2
pkgdesc="uWSGI stats viewer"
arch=('any')
url="http://github.com/unbit/uwsgitop.git"
-license=('GPL')
+license=('MIT')
depends=('python2')
makedepends=('git' 'python2-distribute')
source=("git+https://github.com/unbit/uwsgitop.git")