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);
|
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 {
|
||||||
|
|
|
@ -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" ] [
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue