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