coc-cmake: set license

source: https://github.com/voldikss/coc-cmake
This commit is contained in:
jopejoe1
2026-05-04 11:39:25 +02:00
parent ba81fb35d7
commit 3f537bf6f8
+3
View File
@@ -55,4 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = {
license = lib.licenses.mit;
};
})