python3Packages.pbkdf2: set license

source: https://github.com/dlitz/python-pbkdf2
This commit is contained in:
jopejoe1
2026-05-04 12:52:04 +02:00
parent ba81fb35d7
commit aa51c25276
@@ -19,5 +19,6 @@ buildPythonPackage rec {
meta = {
maintainers = [ ];
license = lib.licenses.mit;
};
}