Skip to content

Commit

Permalink
treewide: change pacien to euxane
Browse files Browse the repository at this point in the history
To match a recent change in Nixpkgs.
rycee committed Dec 24, 2024
1 parent afbf007 commit 35b98d2
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/misc/xdg-mime-apps.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ let
coercedTo (either (listOf str) str) toList (listOf str);

in {
meta.maintainers = with maintainers; [ pacien ];
meta.maintainers = with maintainers; [ euxane ];

options.xdg.mimeApps = {
enable = mkOption {
2 changes: 1 addition & 1 deletion modules/misc/xdg-user-dirs.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ let
cfg = config.xdg.userDirs;

in {
meta.maintainers = with maintainers; [ pacien ];
meta.maintainers = with maintainers; [ euxane ];

imports = [
(mkRenamedOptionModule [ "xdg" "userDirs" "publishShare" ] [
2 changes: 1 addition & 1 deletion modules/programs/password-store.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ let
cfg = config.programs.password-store;

in {
meta.maintainers = with maintainers; [ pacien ];
meta.maintainers = with maintainers; [ euxane ];

options.programs.password-store = {
enable = mkEnableOption "Password store";
2 changes: 1 addition & 1 deletion modules/services/muchsync.nix
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ let
};

in {
meta.maintainers = with maintainers; [ pacien ];
meta.maintainers = with maintainers; [ euxane ];

options.services.muchsync = {
remotes = mkOption {
2 changes: 1 addition & 1 deletion modules/services/taskwarrior-sync.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ let
cfg = config.services.taskwarrior-sync;

in {
meta.maintainers = with maintainers; [ minijackson pacien ];
meta.maintainers = with maintainers; [ euxane minijackson ];

options.services.taskwarrior-sync = {
enable = mkEnableOption "Taskwarrior periodic sync";
2 changes: 1 addition & 1 deletion modules/services/unison.nix
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ let
cfg.pairs;

in {
meta.maintainers = with maintainers; [ pacien ];
meta.maintainers = with maintainers; [ euxane ];

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

0 comments on commit 35b98d2

Please sign in to comment.