summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-12-21 08:26:26 +0700
committerkhai96_2020-12-21 08:26:26 +0700
commite2fe82796708ef776f953c444c662afef2b8d31e (patch)
treee6cf0bc34dc51b1ad61930b5bc029ee76e3e1ade
parente6160708808910095c16a32be6c86905e8aec02c (diff)
downloadaur-e2fe82796708ef776f953c444c662afef2b8d31e.tar.gz
Change license to MIT
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a02d0f8595c0..da726b6a8869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dprint-bin
pkgrel = 1
url = https://dprint.dev/
arch = x86_64
- license = custom
+ license = MIT
source = https://github.com/dprint/dprint/releases/download/0.10.0/dprint-x86_64-unknown-linux-gnu.zip
source = https://github.com/dprint/dprint/raw/master/LICENSE
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ebe08c0ad96..b0ed3e849298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')
url='https://dprint.dev/'
-license=('custom')
+license=('MIT')
source=(
"https://github.com/dprint/dprint/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip"
'https://github.com/dprint/dprint/raw/master/LICENSE'