summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:25:45 -0500
committerAndrew O'Neill2024-01-30 21:25:45 -0500
commit991561d6457ef98f4e8f7b33ac555d9824c3818c (patch)
treebcbca5ffa59511e9c5d402dd780f384fb4d3587b
parentac2280dee25e15451ee1e7f8d8db297712ac2817 (diff)
downloadaur-nostromo.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a2c2322a45d..1117bb54d843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = nostromo
url = http://www.nazgul.ch/dev_nostromo.html
install = nostromo.install
arch = x86_64
- license = custom:ISC
+ license = ISC
makedepends = openssl
depends = openssl
backup = etc/nostromo/conf/nhttpd.conf
diff --git a/PKGBUILD b/PKGBUILD
index 29d9c4a1654c..1aca45d63524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A simple, fast, and secure HTTP server'
arch=('x86_64')
url='http://www.nazgul.ch/dev_nostromo.html'
-license=('custom:ISC')
+license=('ISC')
depends=('openssl')
makedepends=('openssl')
backup=("etc/${pkgname}/conf/nhttpd.conf"