summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-06 04:07:51 +0300
committerDimitris Kiziridis2020-07-06 04:07:51 +0300
commit4195a0c387ac3d41daf4ce471633c7c35fbd49fe (patch)
treec59bdc2ea1c811d470a127aede71fd4751f50617
parentcf53e0775b08000b8927f7e7c0d809ae8920885d (diff)
downloadaur-4195a0c387ac3d41daf4ce471633c7c35fbd49fe.tar.gz
add LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a502757957..db05ee365ab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = nimsynth-git
pkgrel = 1
url = https://github.com/ftsf/nimsynth
arch = x86_64
- license = custom:unknown
+ license = GPL3
makedepends = git
makedepends = nim
makedepends = nimble
diff --git a/PKGBUILD b/PKGBUILD
index b1424287d707..6b4e509d9d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A modular synth and sequencer made with Nim"
arch=('x86_64')
url='https://github.com/ftsf/nimsynth'
-license=('custom:unknown')
+license=('GPL3')
provides=('nimsynth')
depends=('glibc')
makedepends=('git' 'nim' 'nimble')