mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
python3Packages.bcrypt: add dotlambda to maintainers
This commit is contained in:
parent
375da609d8
commit
1bbe4fe35d
|
|
@ -69,6 +69,6 @@ buildPythonPackage rec {
|
||||||
description = "Modern password hashing for your software and your servers";
|
description = "Modern password hashing for your software and your servers";
|
||||||
homepage = "https://github.com/pyca/bcrypt/";
|
homepage = "https://github.com/pyca/bcrypt/";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = [ lib.maintainers.dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue