python3Packages.contexter: set license (#516435)

This commit is contained in:
Sandro
2026-05-04 13:38:50 +00:00
committed by GitHub
@@ -14,5 +14,7 @@ buildPythonPackage rec {
sha256 = "c730890b1a915051414a6350d8ea1cddca7d01d8f756badedb30b9bf305ea0a8";
};
meta = { };
meta = {
license = lib.licenses.mit;
};
}