boogie: update license to MIT (#466623)

This commit is contained in:
Yohann Boniface
2025-11-30 19:31:43 +00:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@ buildDotnetModule rec {
This derivation may be used as a vim plugin to provide syntax highlighting.
'';
license = lib.licenses.mspl;
license = lib.licenses.mit;
mainProgram = "boogie";
maintainers = with lib.maintainers; [ taktoa ];
platforms = with lib.platforms; linux ++ darwin;