tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: maxeaubrey → amaxine
Maxine Aubrey
2 years ago
9204ded9
dc194ec7
+22
-22
17 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
team-list.nix
pkgs
applications
editors
vscode
vscode.nix
misc
1password-gui
default.nix
networking
cluster
nomad
default.nix
terraform
default.nix
instant-messengers
slack
default.nix
virtualization
docker
default.nix
data
themes
yaru
default.nix
desktops
gnome
extensions
no-title-bar
default.nix
development
compilers
vala
default.nix
games
worldofgoo
default.nix
os-specific
linux
ell
default.nix
firmware
fwupd-efi
default.nix
iwd
default.nix
servers
plex
raw.nix
tools
networking
networkmanager
default.nix
+6
-6
maintainers/maintainer-list.nix
···
876
876
githubId = 153175;
877
877
name = "Andrew Marshall";
878
878
};
879
879
+
amaxine = {
880
880
+
email = "max@ine.dev";
881
881
+
github = "amaxine";
882
882
+
githubId = 35892750;
883
883
+
name = "Maxine Aubrey";
884
884
+
};
879
885
ambroisie = {
880
886
email = "bruno.nixpkgs@belanyi.fr";
881
887
github = "ambroisie";
···
10884
10890
github = "Maxdamantus";
10885
10891
githubId = 502805;
10886
10892
name = "Max Zerzouri";
10887
10887
-
};
10888
10888
-
maxeaubrey = {
10889
10889
-
email = "maxeaubrey@gmail.com";
10890
10890
-
github = "maxeaubrey";
10891
10891
-
githubId = 35892750;
10892
10892
-
name = "Maxine Aubrey";
10893
10893
};
10894
10894
maxhbr = {
10895
10895
email = "nixos@maxhbr.dev";
+1
-1
maintainers/team-list.nix
···
365
365
hedning
366
366
jtojnar
367
367
dasj19
368
368
-
maxeaubrey
368
368
+
amaxine
369
369
];
370
370
githubTeams = [
371
371
"gnome"
+1
-1
pkgs/applications/editors/vscode/vscode.nix
···
97
97
homepage = "https://code.visualstudio.com/";
98
98
downloadPage = "https://code.visualstudio.com/Updates";
99
99
license = licenses.unfree;
100
100
-
maintainers = with maintainers; [ eadwu synthetica maxeaubrey bobby285271 Enzime ];
100
100
+
maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
101
101
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
102
102
};
103
103
}
+1
-1
pkgs/applications/misc/1password-gui/default.nix
···
59
59
homepage = "https://1password.com/";
60
60
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
61
61
license = licenses.unfree;
62
62
-
maintainers = with maintainers; [ timstott savannidgerinel maxeaubrey sebtm ];
62
62
+
maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ];
63
63
platforms = builtins.attrNames sources.${channel};
64
64
mainProgram = "1password";
65
65
};
+1
-1
pkgs/applications/networking/cluster/nomad/default.nix
···
40
40
homepage = "https://www.nomadproject.io/";
41
41
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
42
42
license = licenses.mpl20;
43
43
-
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey techknowlogick ];
43
43
+
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick ];
44
44
};
45
45
} // attrs');
46
46
in
+1
-1
pkgs/applications/networking/cluster/terraform/default.nix
···
58
58
Chili-Man
59
59
babariviere
60
60
kalbasit
61
61
-
maxeaubrey
61
61
+
amaxine
62
62
timstott
63
63
zimbatm
64
64
zowoq
+1
-1
pkgs/applications/networking/instant-messengers/slack/default.nix
···
84
84
changelog = "https://slack.com/release-notes";
85
85
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
86
86
license = licenses.unfree;
87
87
-
maintainers = with maintainers; [ mmahut maxeaubrey ];
87
87
+
maintainers = with maintainers; [ mmahut amaxine ];
88
88
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
89
89
mainProgram = "slack";
90
90
};
+1
-1
pkgs/applications/virtualization/docker/default.nix
···
273
273
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
274
274
'';
275
275
license = licenses.asl20;
276
276
-
maintainers = with maintainers; [ offline vdemeester periklis maxeaubrey ];
276
276
+
maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
277
277
mainProgram = "docker";
278
278
};
279
279
});
+1
-1
pkgs/data/themes/yaru/default.nix
···
39
39
homepage = "https://github.com/ubuntu/yaru";
40
40
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
41
41
platforms = platforms.linux;
42
42
-
maintainers = with maintainers; [ fortuneteller2k maxeaubrey ];
42
42
+
maintainers = with maintainers; [ fortuneteller2k amaxine ];
43
43
};
44
44
}
+1
-1
pkgs/desktops/gnome/extensions/no-title-bar/default.nix
···
31
31
description = "Integrates maximized windows with the top panel";
32
32
homepage = "https://github.com/poehlerj/no-title-bar";
33
33
license = licenses.gpl2;
34
34
-
maintainers = with maintainers; [ jonafato svsdep maxeaubrey ];
34
34
+
maintainers = with maintainers; [ jonafato svsdep amaxine ];
35
35
platforms = platforms.linux;
36
36
};
37
37
}
+1
-1
pkgs/development/compilers/vala/default.nix
···
85
85
homepage = "https://wiki.gnome.org/Projects/Vala";
86
86
license = licenses.lgpl21Plus;
87
87
platforms = platforms.unix;
88
88
-
maintainers = with maintainers; [ antono jtojnar maxeaubrey ] ++ teams.pantheon.members;
88
88
+
maintainers = with maintainers; [ antono jtojnar amaxine ] ++ teams.pantheon.members;
89
89
};
90
90
});
91
91
+1
-1
pkgs/games/worldofgoo/default.nix
···
70
70
homepage = "https://worldofgoo.com";
71
71
license = licenses.unfree;
72
72
platforms = [ "i686-linux" "x86_64-linux" ];
73
73
-
maintainers = with maintainers; [ jcumming maxeaubrey ];
73
73
+
maintainers = with maintainers; [ jcumming amaxine ];
74
74
};
75
75
}
+1
-1
pkgs/os-specific/linux/ell/default.nix
···
40
40
changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}";
41
41
license = licenses.lgpl21Plus;
42
42
platforms = platforms.linux;
43
43
-
maintainers = with maintainers; [ mic92 dtzWill maxeaubrey ];
43
43
+
maintainers = with maintainers; [ mic92 dtzWill amaxine ];
44
44
};
45
45
}
+1
-1
pkgs/os-specific/linux/firmware/fwupd-efi/default.nix
···
49
49
50
50
meta = with lib; {
51
51
homepage = "https://fwupd.org/";
52
52
-
maintainers = with maintainers; [ maxeaubrey ];
52
52
+
maintainers = with maintainers; [ amaxine ];
53
53
license = licenses.lgpl21Plus;
54
54
platforms = platforms.linux;
55
55
};
+1
-1
pkgs/os-specific/linux/iwd/default.nix
···
92
92
description = "Wireless daemon for Linux";
93
93
license = licenses.lgpl21Plus;
94
94
platforms = platforms.linux;
95
95
-
maintainers = with maintainers; [ dtzWill fpletz maxeaubrey ];
95
95
+
maintainers = with maintainers; [ dtzWill fpletz amaxine ];
96
96
};
97
97
}
+1
-1
pkgs/servers/plex/raw.nix
···
88
88
lnl7
89
89
pjones
90
90
thoughtpolice
91
91
-
maxeaubrey
91
91
+
amaxine
92
92
MayNiklas
93
93
];
94
94
description = "Media library streaming server";
+1
-1
pkgs/tools/networking/networkmanager/default.nix
···
209
209
description = "Network configuration and management tool";
210
210
license = licenses.gpl2Plus;
211
211
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
212
212
-
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz maxeaubrey ]);
212
212
+
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz amaxine ]);
213
213
platforms = platforms.linux;
214
214
};
215
215
}