python3Packages.contexter: set license (#516435)
This commit is contained in:
@@ -14,5 +14,7 @@ buildPythonPackage rec {
|
||||
sha256 = "c730890b1a915051414a6350d8ea1cddca7d01d8f756badedb30b9bf305ea0a8";
|
||||
};
|
||||
|
||||
meta = { };
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user