diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:15:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:15:15 +0300 |
commit | 97026eb9269dd6d26ab801148934bd8936fceb9f (patch) | |
tree | a24b11495c1cca6f97dfca8cf68933218d86ffc9 | |
parent | b14b643af8ab46d2559728c0b25783a6a4732020 (diff) | |
download | repository-97026eb9269dd6d26ab801148934bd8936fceb9f.tar.gz |
automake: make license identifier compatible with SPDX Specification
-rw-r--r-- | community/automake/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/automake/meta b/community/automake/meta index bf6fbfb9..02ba8df7 100644 --- a/community/automake/meta +++ b/community/automake/meta @@ -1,3 +1,3 @@ description: GNU Makefile generator -license: GPL-2.0+ +license: GPL-2.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |