mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01: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 =
|
serviceArgs =
|
||||||
optionalString (cfg.storePath != null) "--path ${cfg.storePath}";
|
optionalString (cfg.storePath != null) "--path ${cfg.storePath}";
|
||||||
in {
|
in {
|
||||||
meta.maintainers = with maintainers; [ cab404 houstdav000 ];
|
meta.maintainers = with maintainers; [ cab404 cyntheticfox ];
|
||||||
|
|
||||||
options.services.pass-secret-service = {
|
options.services.pass-secret-service = {
|
||||||
enable = mkEnableOption "Pass libsecret service";
|
enable = mkEnableOption "Pass libsecret service";
|
||||||
|
|
Loading…
Reference in a new issue