Commit aa51c252 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.pbkdf2: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,5 +19,6 @@ buildPythonPackage rec {

  meta = {
    maintainers = [ ];
    license = lib.licenses.mit;
  };
}