treewide: change pacien to euxane
To match a recent change in Nixpkgs.
This commit is contained in:
parent
afbf007bb5
commit
35b98d20ca
6 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -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" ] [
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -126,7 +126,7 @@ let
|
|||
};
|
||||
|
||||
in {
|
||||
meta.maintainers = with maintainers; [ pacien ];
|
||||
meta.maintainers = with maintainers; [ euxane ];
|
||||
|
||||
options.services.muchsync = {
|
||||
remotes = mkOption {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue