Commit 35b98d2 1 parent afbf007 commit 35b98d2 Copy full SHA for 35b98d2
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
coercedTo ( either ( listOf str ) str ) toList ( listOf str ) ;
11
11
12
12
in {
13
- meta . maintainers = with maintainers ; [ pacien ] ;
13
+ meta . maintainers = with maintainers ; [ euxane ] ;
14
14
15
15
options . xdg . mimeApps = {
16
16
enable = mkOption {
Original file line number Diff line number Diff line change 7
7
cfg = config . xdg . userDirs ;
8
8
9
9
in {
10
- meta . maintainers = with maintainers ; [ pacien ] ;
10
+ meta . maintainers = with maintainers ; [ euxane ] ;
11
11
12
12
imports = [
13
13
( mkRenamedOptionModule [ "xdg" "userDirs" "publishShare" ] [
Original file line number Diff line number Diff line change 7
7
cfg = config . programs . password-store ;
8
8
9
9
in {
10
- meta . maintainers = with maintainers ; [ pacien ] ;
10
+ meta . maintainers = with maintainers ; [ euxane ] ;
11
11
12
12
options . programs . password-store = {
13
13
enable = mkEnableOption "Password store" ;
Original file line number Diff line number Diff line change 126
126
} ;
127
127
128
128
in {
129
- meta . maintainers = with maintainers ; [ pacien ] ;
129
+ meta . maintainers = with maintainers ; [ euxane ] ;
130
130
131
131
options . services . muchsync = {
132
132
remotes = mkOption {
Original file line number Diff line number Diff line change 7
7
cfg = config . services . taskwarrior-sync ;
8
8
9
9
in {
10
- meta . maintainers = with maintainers ; [ minijackson pacien ] ;
10
+ meta . maintainers = with maintainers ; [ euxane minijackson ] ;
11
11
12
12
options . services . taskwarrior-sync = {
13
13
enable = mkEnableOption "Taskwarrior periodic sync" ;
Original file line number Diff line number Diff line change 72
72
cfg . pairs ;
73
73
74
74
in {
75
- meta . maintainers = with maintainers ; [ pacien ] ;
75
+ meta . maintainers = with maintainers ; [ euxane ] ;
76
76
77
77
options . services . unison = {
78
78
enable = mkEnableOption "Unison synchronisation" ;
You can’t perform that action at this time.
0 commit comments