summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordatabase641282023-06-17 01:19:31 +0800
committerdatabase641282023-06-17 01:19:31 +0800
commit4a8c4ca06cc3a0855f78b92272ad65ef5a19c3f1 (patch)
tree982beb921ab836b78fe201cdf248388cab8b235c
parenta1dd75bb381f99bf50d52ba75c2c39e081fc9630 (diff)
downloadaur-4a8c4ca06cc3a0855f78b92272ad65ef5a19c3f1.tar.gz
⚖️ Fix incorrect license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45b8b20919d..f022e81d561d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = mediamtx
url = https://github.com/bluenviron/mediamtx
arch = x86_64
arch = aarch64
- license = AGPL3
+ license = MIT
makedepends = go
backup = etc/mediamtx/mediamtx.yml
source = mediamtx-0.23.5.tar.gz::https://github.com/bluenviron/mediamtx/archive/refs/tags/v0.23.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index af98e469754f..c2085cf2d12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams"
arch=('x86_64' 'aarch64')
url="https://github.com/bluenviron/$pkgname"
-license=('AGPL3')
+license=('MIT')
makedepends=('go')
backup=("etc/$pkgname/mediamtx.yml")
source=(