mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop matthewbauer
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -16209,12 +16209,6 @@
|
||||
githubId = 91502660;
|
||||
name = "Matthew LeVan";
|
||||
};
|
||||
matthewbauer = {
|
||||
email = "mjbauer95@gmail.com";
|
||||
github = "matthewbauer";
|
||||
githubId = 19036;
|
||||
name = "Matthew Bauer";
|
||||
};
|
||||
matthewcroughan = {
|
||||
email = "matt@croughan.sh";
|
||||
github = "MatthewCroughan";
|
||||
|
||||
@@ -137,7 +137,6 @@ with lib.maintainers;
|
||||
|
||||
c = {
|
||||
members = [
|
||||
matthewbauer
|
||||
mic92
|
||||
];
|
||||
scope = "Maintain C libraries and tooling.";
|
||||
|
||||
@@ -541,6 +541,6 @@ in
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
}
|
||||
|
||||
@@ -120,6 +120,6 @@ in
|
||||
systemd.defaultUnit = "graphical.target";
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
{
|
||||
name = "cage";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ matthewbauer ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -12,10 +12,8 @@ in
|
||||
|
||||
{
|
||||
name = "printing";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [
|
||||
matthewbauer
|
||||
];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.server =
|
||||
|
||||
@@ -86,7 +86,6 @@ let
|
||||
adisbladis
|
||||
jwiegley
|
||||
lovek323
|
||||
matthewbauer
|
||||
panchoh
|
||||
];
|
||||
"macport" = with lib.maintainers; [
|
||||
|
||||
@@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# The licensing situation depends on readline (see section 3 of the LGPL)
|
||||
# If linked against readline then GPLv2 otherwise LGPLv2.1
|
||||
license = if enableReadline then lib.licenses.gpl2Only else lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -180,7 +180,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://openprinting.github.io/cups/";
|
||||
description = "Standards-based printing system for UNIX";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||
understand some basic concepts about the MS-DOS environment.
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "dosbox";
|
||||
};
|
||||
|
||||
@@ -31,7 +31,6 @@ stdenv.mkDerivation {
|
||||
user can change which application acts as the default handler for a given UTI.
|
||||
'';
|
||||
maintainers = with maintainers; [
|
||||
matthewbauer
|
||||
n-hass
|
||||
];
|
||||
platforms = platforms.darwin;
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Cross-platform version of flock(1)";
|
||||
homepage = "https://github.com/discoteq/flock";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "flock";
|
||||
platforms = platforms.all;
|
||||
license = licenses.isc;
|
||||
|
||||
@@ -35,7 +35,7 @@ buildGoModule rec {
|
||||
description = "Compute various size metrics for a Git repository";
|
||||
homepage = "https://github.com/github/git-sizer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "git-sizer";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -94,7 +94,6 @@ stdenv.mkDerivation {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
stesie
|
||||
matthewbauer
|
||||
marcin-serwin
|
||||
emilylange
|
||||
];
|
||||
|
||||
@@ -44,7 +44,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -104,7 +104,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -33,7 +33,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -32,7 +32,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -45,7 +45,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Helper script that creates application bundles form GTK executables for macOS";
|
||||
maintainers = [ maintainers.matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.darwin;
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gtk-mac-bundler";
|
||||
license = licenses.gpl2;
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Provides integration for GTK applications into the Mac desktop";
|
||||
license = licenses.lgpl21;
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gtk-mac-integration";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "HTTP message parser written in C";
|
||||
homepage = "https://github.com/nodejs/http-parser";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.gnu.org/software/inetutils/";
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
/**
|
||||
|
||||
@@ -139,7 +139,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/openwall/john/";
|
||||
maintainers = with lib.maintainers; [
|
||||
offline
|
||||
matthewbauer
|
||||
cherrykitten
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -27,6 +27,6 @@ buildGoModule rec {
|
||||
mainProgram = "json2hcl";
|
||||
homepage = "https://github.com/kvz/json2hcl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
# See architectures defined in src/local-elf.h.
|
||||
badPlatforms = lib.platforms.microblaze;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -163,7 +163,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.ncsa;
|
||||
mainProgram = "tapi";
|
||||
maintainers = with lib.maintainers; [
|
||||
matthewbauer
|
||||
reckenrode
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Rendering library for Kate streams using Pango and Cairo";
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
- No installation
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
description = "Parses .plist files";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Implementation of Sun's Basic Security Module (BSM) security audit API and file format";
|
||||
homepage = "http://www.openbsm.org/";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.openpam.org";
|
||||
description = "Open source PAM library that focuses on simplicity, correctness, and cleanliness";
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Stream parser of Apple's pbzx compression format";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.matthewbauer ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pbzx";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
description = "CPP bindings for Plist";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -40,7 +40,6 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ashalkhakov
|
||||
dblsaiko
|
||||
matthewbauer
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -178,7 +178,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.unix;
|
||||
changelog = "https://github.com/libretro/RetroArch/blob/v${version}/CHANGES.md";
|
||||
maintainers = with lib.maintainers; [
|
||||
matthewbauer
|
||||
kolbycrouch
|
||||
];
|
||||
teams = [ lib.teams.libretro ];
|
||||
|
||||
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
This is a fork of the original RGBDS which aims to make the programs more like other UNIX tools.
|
||||
'';
|
||||
maintainers = with maintainers; [
|
||||
matthewbauer
|
||||
NieDzejkob
|
||||
];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -39,7 +39,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.gpl3;
|
||||
mainProgram = "undmg";
|
||||
maintainers = with lib.maintainers; [
|
||||
matthewbauer
|
||||
lnl7
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -70,7 +70,6 @@ stdenvNoLibc.mkDerivation (finalAttrs: {
|
||||
homepage = "https://wasi.dev";
|
||||
platforms = platforms.wasi;
|
||||
maintainers = with maintainers; [
|
||||
matthewbauer
|
||||
rvolosatovs
|
||||
wucke13
|
||||
];
|
||||
|
||||
@@ -108,7 +108,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "wasmtime";
|
||||
maintainers = with lib.maintainers; [
|
||||
ereslibre
|
||||
matthewbauer
|
||||
nekowinston
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.villehelin.com/wla.html";
|
||||
description = "Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 Multi Platform Cross Assembler Package";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
description = "Compiles CocoaTouch .xib files into .nib";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -167,7 +167,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
qknight
|
||||
matthewbauer
|
||||
raitobezarius
|
||||
willcohen
|
||||
];
|
||||
|
||||
@@ -424,6 +424,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = if enableGplPlugins then licenses.gpl2Plus else licenses.lgpl2Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -202,6 +202,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"gstreamer-video-1.0"
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -156,7 +156,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
ttuegel
|
||||
matthewbauer
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -293,6 +293,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -114,6 +114,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = if enableGplPlugins then licenses.gpl2Plus else licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "http://sourceware.org/libffi/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
pkgConfigModules = [ "libffi" ];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
description = "General-purpose library for WPE WebKit";
|
||||
license = licenses.bsd2;
|
||||
homepage = "https://wpewebkit.org";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Freedesktop.org backend for WPE WebKit";
|
||||
license = licenses.bsd2;
|
||||
homepage = "https://wpewebkit.org";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -441,7 +441,7 @@ qtModule (
|
||||
meta = with lib; {
|
||||
description = "Web engine based on the Chromium web browser";
|
||||
mainProgram = "qwebengine_convert_dict";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
|
||||
# qtwebengine-5.15.8: "QtWebEngine can only be built for x86,
|
||||
# x86-64, ARM, Aarch64, and MIPSel architectures."
|
||||
|
||||
@@ -22,7 +22,6 @@ listToAttrs (
|
||||
meta = {
|
||||
platforms = platforms.all;
|
||||
maintainers = [
|
||||
maintainers.matthewbauer
|
||||
maintainers.shazow
|
||||
];
|
||||
license = licenses.unfree;
|
||||
|
||||
@@ -93,7 +93,6 @@ lib.makeOverridable (
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [
|
||||
matthewbauer
|
||||
qyliss
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.matthewbauer ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
license = lib.licenses.apple-psl20;
|
||||
platforms = lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "quartz-wm";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/PackageKit/PackageKit";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user