diff options
author | Andrew Benson <abenson@gmail.com> | 2018-05-03 22:09:55 -0500 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-05-04 11:57:18 +0200 |
commit | 18821d02d8ca6631c6ff02ed5d113bd66654f453 (patch) | |
tree | 0448a8c7b9cc4444866b07e41bf69321503582ca | |
parent | de99b56197722f33bf567c3ee138e39ea6e3b166 (diff) | |
download | xtools-18821d02d8ca6631c6ff02ed5d113bd66654f453.tar.gz xtools-18821d02d8ca6631c6ff02ed5d113bd66654f453.tar.xz xtools-18821d02d8ca6631c6ff02ed5d113bd66654f453.zip |
xnew: use SPDX compliant license as default
Closes: #92 [via git-merge-pr]
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew index 4823aa0..f17cd24 100755 --- a/xnew +++ b/xnew @@ -50,7 +50,7 @@ makedepends="" depends="" short_desc="" maintainer="$(git config user.name) <$(git config user.email)>" -license="GPL-3" +license="GPL-3.0-or-later" homepage="$homepage" distfiles="$distfiles" checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb |