serialchat: fix wrong license

This commit is contained in:
Lain Iwakura 2025-02-06 09:29:22 -03:00
parent 8a1d8c0e6f
commit 3f5911d180
Signed by: lain
GPG key ID: 89686F4239E80508
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
pkgbase = serialchat-git
pkgdesc = A Matrix Serial client to you!
pkgver = r3.333d106
pkgver = r4.8a1d8c0
pkgrel = 1
url = https://git.serialexperiments.club/lain/SerialChat
arch = any
license = MIT
license = AGPL-3.0-or-later
makedepends = git
makedepends = npm
source = serialchat-git::git+ssh://git@git.serialexperiments.club/lain/serialchat.git

View file

@ -1,12 +1,12 @@
# Maintainer: Lain Iwakura <lain@serialexperiments.club>
pkgname="serialchat-git"
pkgver=r3.333d106
pkgver=r4.8a1d8c0
pkgrel=1
pkgdesc="A Matrix Serial client to you!"
arch=('any')
url="https://git.serialexperiments.club/lain/SerialChat"
license=('MIT')
license=('AGPL-3.0-or-later')
makedepends=('git' 'npm')
source=("${pkgname}::git+ssh://git@git.serialexperiments.club/lain/serialchat.git")
sha256sums=('SKIP')