Skip to content

Commit ee5bef2

Browse files
committed
modules: update maintainers
1 parent 69eca9c commit ee5bef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nix/modules/home-manager.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ self: {
44
lib,
55
...
66
}: let
7-
cfg = config.services.tailray;
8-
9-
inherit (lib.meta) getExe;
107
inherit (lib.options) mkEnableOption mkPackageOption;
8+
inherit (lib.meta) getExe;
9+
10+
cfg = config.services.tailray;
1111
in {
1212
meta.maintainers = with lib.maintainers; [fufexan];
1313

nix/modules/nixos.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ self: {
99

1010
cfg = config.services.tailray;
1111
in {
12-
meta.maintainers = with lib.maintainers; [fufexan];
12+
meta.maintainers = with lib.maintainers; [NotAShelf];
1313

1414
options.services.tailray = {
1515
enable = mkEnableOption "Tailray, a Tailscale tray";

0 commit comments

Comments
 (0)