mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
maintainers: rename houstdav000 → cyntheticfox (#3838)
https://github.com/NixOS/nixpkgs/pull/223976
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user