maintainers: rename houstdav000 → cyntheticfox (#3838)

https://github.com/NixOS/nixpkgs/pull/223976
This commit is contained in:
Naïm Favier 2023-04-03 20:28:29 +02:00 committed by GitHub
parent ddd8866c03
commit 6c76fb5b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ let
serviceArgs =
optionalString (cfg.storePath != null) "--path ${cfg.storePath}";
in {
meta.maintainers = with maintainers; [ cab404 houstdav000 ];
meta.maintainers = with maintainers; [ cab404 cyntheticfox ];
options.services.pass-secret-service = {
enable = mkEnableOption "Pass libsecret service";