diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:18:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:18:43 +0300 |
commit | bc8a0ff35af51014243d2e1e9e77a9a4b6788b8f (patch) | |
tree | a9f2d6bfef6e9b4966f762e1234fa1bca9f3c0fc | |
parent | 136634ccdbab848b3ae1a9d943812643a80f367d (diff) | |
download | repository-bc8a0ff35af51014243d2e1e9e77a9a4b6788b8f.tar.gz |
eudev: make license identifier compatible with SPDX Specification
-rw-r--r-- | core/eudev/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/eudev/meta b/core/eudev/meta index 9a081f8d..85914bd2 100644 --- a/core/eudev/meta +++ b/core/eudev/meta @@ -1,3 +1,3 @@ description: userland device daemon -license: GPL-2.0+ +license: GPL-2.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |