python3Packages.bcrypt: add dotlambda to maintainers

This commit is contained in:
Robert Schütz 2025-10-01 15:09:26 -07:00
parent 375da609d8
commit 1bbe4fe35d

View file

@ -69,6 +69,6 @@ buildPythonPackage rec {
description = "Modern password hashing for your software and your servers";
homepage = "https://github.com/pyca/bcrypt/";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = [ lib.maintainers.dotlambda ];
};
}