mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 05:03:09 +00:00
maintainers: rename houstdav000 → cyntheticfox (#3838)
https://github.com/NixOS/nixpkgs/pull/223976
This commit is contained in:
parent
ddd8866c03
commit
6c76fb5b12
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue