mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: remove mbbx6spp
This commit is contained in:
parent
3449b594ba
commit
7db17bcc1f
5 changed files with 4 additions and 14 deletions
|
|
@ -17369,12 +17369,6 @@
|
|||
githubId = 613740;
|
||||
name = "Martin Baillie";
|
||||
};
|
||||
mbbx6spp = {
|
||||
email = "me@susanpotter.net";
|
||||
github = "mbbx6spp";
|
||||
githubId = 564;
|
||||
name = "Susan Potter";
|
||||
};
|
||||
mbe = {
|
||||
email = "brandonedens@gmail.com";
|
||||
github = "brandonedens";
|
||||
|
|
|
|||
|
|
@ -4,13 +4,11 @@
|
|||
# 2. whether the ETag header is properly generated whenever we're serving
|
||||
# files in Nix store paths
|
||||
# 3. nginx doesn't restart on configuration changes (only reloads)
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
name = "nginx";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
mbbx6spp
|
||||
];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
|||
mainProgram = "i7";
|
||||
homepage = "http://inform7.com/";
|
||||
license = lib.licenses.artistic2;
|
||||
maintainers = with lib.maintainers; [ mbbx6spp ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken =
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
|
|||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [
|
||||
justinwoo
|
||||
mbbx6spp
|
||||
cdepillabout
|
||||
];
|
||||
platforms = [
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = [ lib.licenses.gpl2Only ];
|
||||
maintainers = with lib.maintainers; [
|
||||
mic92
|
||||
mbbx6spp
|
||||
snu
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue