treewide: change pacien to euxane

To match a recent change in Nixpkgs.
This commit is contained in:
Robert Helgesson 2024-12-24 16:23:06 +01:00
parent afbf007bb5
commit 35b98d20ca
Failed to generate hash of commit
6 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ let
coercedTo (either (listOf str) str) toList (listOf str); coercedTo (either (listOf str) str) toList (listOf str);
in { in {
meta.maintainers = with maintainers; [ pacien ]; meta.maintainers = with maintainers; [ euxane ];
options.xdg.mimeApps = { options.xdg.mimeApps = {
enable = mkOption { enable = mkOption {

View file

@ -7,7 +7,7 @@ let
cfg = config.xdg.userDirs; cfg = config.xdg.userDirs;
in { in {
meta.maintainers = with maintainers; [ pacien ]; meta.maintainers = with maintainers; [ euxane ];
imports = [ imports = [
(mkRenamedOptionModule [ "xdg" "userDirs" "publishShare" ] [ (mkRenamedOptionModule [ "xdg" "userDirs" "publishShare" ] [

View file

@ -7,7 +7,7 @@ let
cfg = config.programs.password-store; cfg = config.programs.password-store;
in { in {
meta.maintainers = with maintainers; [ pacien ]; meta.maintainers = with maintainers; [ euxane ];
options.programs.password-store = { options.programs.password-store = {
enable = mkEnableOption "Password store"; enable = mkEnableOption "Password store";

View file

@ -126,7 +126,7 @@ let
}; };
in { in {
meta.maintainers = with maintainers; [ pacien ]; meta.maintainers = with maintainers; [ euxane ];
options.services.muchsync = { options.services.muchsync = {
remotes = mkOption { remotes = mkOption {

View file

@ -7,7 +7,7 @@ let
cfg = config.services.taskwarrior-sync; cfg = config.services.taskwarrior-sync;
in { in {
meta.maintainers = with maintainers; [ minijackson pacien ]; meta.maintainers = with maintainers; [ euxane minijackson ];
options.services.taskwarrior-sync = { options.services.taskwarrior-sync = {
enable = mkEnableOption "Taskwarrior periodic sync"; enable = mkEnableOption "Taskwarrior periodic sync";

View file

@ -72,7 +72,7 @@ let
cfg.pairs; cfg.pairs;
in { in {
meta.maintainers = with maintainers; [ pacien ]; meta.maintainers = with maintainers; [ euxane ];
options.services.unison = { options.services.unison = {
enable = mkEnableOption "Unison synchronisation"; enable = mkEnableOption "Unison synchronisation";