Skip to content

Commit 35b98d2

Browse files
committed
treewide: change pacien to euxane
To match a recent change in Nixpkgs.
1 parent afbf007 commit 35b98d2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/misc/xdg-mime-apps.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
coercedTo (either (listOf str) str) toList (listOf str);
1111

1212
in {
13-
meta.maintainers = with maintainers; [ pacien ];
13+
meta.maintainers = with maintainers; [ euxane ];
1414

1515
options.xdg.mimeApps = {
1616
enable = mkOption {

modules/misc/xdg-user-dirs.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
cfg = config.xdg.userDirs;
88

99
in {
10-
meta.maintainers = with maintainers; [ pacien ];
10+
meta.maintainers = with maintainers; [ euxane ];
1111

1212
imports = [
1313
(mkRenamedOptionModule [ "xdg" "userDirs" "publishShare" ] [

modules/programs/password-store.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
cfg = config.programs.password-store;
88

99
in {
10-
meta.maintainers = with maintainers; [ pacien ];
10+
meta.maintainers = with maintainers; [ euxane ];
1111

1212
options.programs.password-store = {
1313
enable = mkEnableOption "Password store";

modules/services/muchsync.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let
126126
};
127127

128128
in {
129-
meta.maintainers = with maintainers; [ pacien ];
129+
meta.maintainers = with maintainers; [ euxane ];
130130

131131
options.services.muchsync = {
132132
remotes = mkOption {

modules/services/taskwarrior-sync.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
cfg = config.services.taskwarrior-sync;
88

99
in {
10-
meta.maintainers = with maintainers; [ minijackson pacien ];
10+
meta.maintainers = with maintainers; [ euxane minijackson ];
1111

1212
options.services.taskwarrior-sync = {
1313
enable = mkEnableOption "Taskwarrior periodic sync";

modules/services/unison.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let
7272
cfg.pairs;
7373

7474
in {
75-
meta.maintainers = with maintainers; [ pacien ];
75+
meta.maintainers = with maintainers; [ euxane ];
7676

7777
options.services.unison = {
7878
enable = mkEnableOption "Unison synchronisation";

0 commit comments

Comments
 (0)