summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Cowdery Lack2024-01-17 17:00:42 +1100
committerOscar Cowdery Lack2024-01-17 17:08:24 +1100
commite6edd5851bacbd699ddc4e944ecd2da97eea163e (patch)
tree729bc98559160a1269d0f200ba812f4b8c9a0025
parent7cdbb24e7d07224a7803d9f9f9c473fc6532df65 (diff)
downloadaur-e6edd5851bacbd699ddc4e944ecd2da97eea163e.tar.gz
spdx license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1227d9305aa..329d27473f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = nsc
pkgrel = 1
url = https://github.com/nats-io/nsc
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
source = nsc-2.8.5.tar.gz::https://github.com/nats-io/nsc/archive/refs/tags/v2.8.5.tar.gz
sha256sums = b1318fd86fd133a355a887dbda23b8d6d3d5c072695a432c9f23ef0b2a9fa94d
diff --git a/PKGBUILD b/PKGBUILD
index a072f71369aa..507f1a196747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A tool for creating NATS account and user access configurations"
arch=(x86_64)
url="https://github.com/nats-io/nsc"
-license=('Apache')
+license=('Apache-2.0')
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('b1318fd86fd133a355a887dbda23b8d6d3d5c072695a432c9f23ef0b2a9fa94d')