Commit 3f537bf6 authored by jopejoe1's avatar jopejoe1
Browse files

coc-cmake: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,4 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  meta = {
    license = lib.licenses.mit;
  };
})