summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Fehling2021-05-29 18:01:17 -0600
committerMarc Fehling2021-05-29 18:01:17 -0600
commit47e2cd7a612a4f6371f22e45a599e79a6aea4794 (patch)
tree35ea6f7b793f72c4d82e36053f255992809ed463
parent1da2b737c09fc648328eed1c3c540e51e78b71f4 (diff)
downloadaur-47e2cd7a612a4f6371f22e45a599e79a6aea4794.tar.gz
Set correct license.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a44989146a18..cdad55e0bc93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-sphinx-comments
pkgrel = 1
url = https://github.com/executablebooks/sphinx-comments
arch = any
- license = BSD
+ license = MIT
depends = python
depends = python-setuptools
depends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index ee2e64d2b24b..915207b3d2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python'
)
checkdepends=()
makedepends=()
-license=('BSD')
+license=('MIT')
arch=("any")
source=("${_pkgname}-${pkgver}.tgz::https://github.com/executablebooks/sphinx-comments/archive/v${pkgver}.tar.gz")
sha256sums=('f0978c3f8eeb4f10711493f11cd8c6c0fc3dd61899ed593660c728741c331b40')