diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 23:55:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 23:55:35 +0300 |
commit | 6d10bf60db21b1989b21f5a3c528ab07216c2caa (patch) | |
tree | 20b5827ccf75c0bbc9c44e10835011cd48a7db46 /core/m4 | |
parent | 871015b15f9daa2bfd797e055a17069c6e2746df (diff) | |
download | repository-6d10bf60db21b1989b21f5a3c528ab07216c2caa.tar.gz |
m4: add meta file
Diffstat (limited to 'core/m4')
-rw-r--r-- | core/m4/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/m4/meta b/core/m4/meta new file mode 100644 index 00000000..6bee40c7 --- /dev/null +++ b/core/m4/meta @@ -0,0 +1,3 @@ +description: Macro language processor +license: GPL-3.0+ +maintainer: Cem Keylan <cem@ckyln.com> |