maintainers: maxeaubrey → amaxine
This commit is contained in:
parent
dc194ec795
commit
9204ded9bd
17 changed files with 22 additions and 22 deletions
|
@ -876,6 +876,12 @@
|
||||||
githubId = 153175;
|
githubId = 153175;
|
||||||
name = "Andrew Marshall";
|
name = "Andrew Marshall";
|
||||||
};
|
};
|
||||||
|
amaxine = {
|
||||||
|
email = "max@ine.dev";
|
||||||
|
github = "amaxine";
|
||||||
|
githubId = 35892750;
|
||||||
|
name = "Maxine Aubrey";
|
||||||
|
};
|
||||||
ambroisie = {
|
ambroisie = {
|
||||||
email = "bruno.nixpkgs@belanyi.fr";
|
email = "bruno.nixpkgs@belanyi.fr";
|
||||||
github = "ambroisie";
|
github = "ambroisie";
|
||||||
|
@ -10885,12 +10891,6 @@
|
||||||
githubId = 502805;
|
githubId = 502805;
|
||||||
name = "Max Zerzouri";
|
name = "Max Zerzouri";
|
||||||
};
|
};
|
||||||
maxeaubrey = {
|
|
||||||
email = "maxeaubrey@gmail.com";
|
|
||||||
github = "maxeaubrey";
|
|
||||||
githubId = 35892750;
|
|
||||||
name = "Maxine Aubrey";
|
|
||||||
};
|
|
||||||
maxhbr = {
|
maxhbr = {
|
||||||
email = "nixos@maxhbr.dev";
|
email = "nixos@maxhbr.dev";
|
||||||
github = "maxhbr";
|
github = "maxhbr";
|
||||||
|
|
|
@ -365,7 +365,7 @@ with lib.maintainers; {
|
||||||
hedning
|
hedning
|
||||||
jtojnar
|
jtojnar
|
||||||
dasj19
|
dasj19
|
||||||
maxeaubrey
|
amaxine
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [
|
||||||
"gnome"
|
"gnome"
|
||||||
|
|
|
@ -97,7 +97,7 @@ in
|
||||||
homepage = "https://code.visualstudio.com/";
|
homepage = "https://code.visualstudio.com/";
|
||||||
downloadPage = "https://code.visualstudio.com/Updates";
|
downloadPage = "https://code.visualstudio.com/Updates";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ eadwu synthetica maxeaubrey bobby285271 Enzime ];
|
maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,7 @@ let
|
||||||
homepage = "https://1password.com/";
|
homepage = "https://1password.com/";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ timstott savannidgerinel maxeaubrey sebtm ];
|
maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ];
|
||||||
platforms = builtins.attrNames sources.${channel};
|
platforms = builtins.attrNames sources.${channel};
|
||||||
mainProgram = "1password";
|
mainProgram = "1password";
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,7 +40,7 @@ let
|
||||||
homepage = "https://www.nomadproject.io/";
|
homepage = "https://www.nomadproject.io/";
|
||||||
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey techknowlogick ];
|
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick ];
|
||||||
};
|
};
|
||||||
} // attrs');
|
} // attrs');
|
||||||
in
|
in
|
||||||
|
|
|
@ -58,7 +58,7 @@ let
|
||||||
Chili-Man
|
Chili-Man
|
||||||
babariviere
|
babariviere
|
||||||
kalbasit
|
kalbasit
|
||||||
maxeaubrey
|
amaxine
|
||||||
timstott
|
timstott
|
||||||
zimbatm
|
zimbatm
|
||||||
zowoq
|
zowoq
|
||||||
|
|
|
@ -84,7 +84,7 @@ let
|
||||||
changelog = "https://slack.com/release-notes";
|
changelog = "https://slack.com/release-notes";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ mmahut maxeaubrey ];
|
maintainers = with maintainers; [ mmahut amaxine ];
|
||||||
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
|
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
|
||||||
mainProgram = "slack";
|
mainProgram = "slack";
|
||||||
};
|
};
|
||||||
|
|
|
@ -273,7 +273,7 @@ rec {
|
||||||
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
|
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
|
||||||
'';
|
'';
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline vdemeester periklis maxeaubrey ];
|
maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
|
||||||
mainProgram = "docker";
|
mainProgram = "docker";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/ubuntu/yaru";
|
homepage = "https://github.com/ubuntu/yaru";
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fortuneteller2k maxeaubrey ];
|
maintainers = with maintainers; [ fortuneteller2k amaxine ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Integrates maximized windows with the top panel";
|
description = "Integrates maximized windows with the top panel";
|
||||||
homepage = "https://github.com/poehlerj/no-title-bar";
|
homepage = "https://github.com/poehlerj/no-title-bar";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ jonafato svsdep maxeaubrey ];
|
maintainers = with maintainers; [ jonafato svsdep amaxine ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,7 +85,7 @@ let
|
||||||
homepage = "https://wiki.gnome.org/Projects/Vala";
|
homepage = "https://wiki.gnome.org/Projects/Vala";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ antono jtojnar maxeaubrey ] ++ teams.pantheon.members;
|
maintainers = with maintainers; [ antono jtojnar amaxine ] ++ teams.pantheon.members;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://worldofgoo.com";
|
homepage = "https://worldofgoo.com";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ jcumming maxeaubrey ];
|
maintainers = with maintainers; [ jcumming amaxine ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}";
|
changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mic92 dtzWill maxeaubrey ];
|
maintainers = with maintainers; [ mic92 dtzWill amaxine ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://fwupd.org/";
|
homepage = "https://fwupd.org/";
|
||||||
maintainers = with maintainers; [ maxeaubrey ];
|
maintainers = with maintainers; [ amaxine ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -92,6 +92,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Wireless daemon for Linux";
|
description = "Wireless daemon for Linux";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dtzWill fpletz maxeaubrey ];
|
maintainers = with maintainers; [ dtzWill fpletz amaxine ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||||
lnl7
|
lnl7
|
||||||
pjones
|
pjones
|
||||||
thoughtpolice
|
thoughtpolice
|
||||||
maxeaubrey
|
amaxine
|
||||||
MayNiklas
|
MayNiklas
|
||||||
];
|
];
|
||||||
description = "Media library streaming server";
|
description = "Media library streaming server";
|
||||||
|
|
|
@ -209,7 +209,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Network configuration and management tool";
|
description = "Network configuration and management tool";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
|
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
|
||||||
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz maxeaubrey ]);
|
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz amaxine ]);
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue