maintainers: drop lheckemann

This commit is contained in:
Linus Heckemann 2024-06-21 13:41:50 +02:00
parent e739feeb6e
commit e5adf0b547
42 changed files with 40 additions and 47 deletions

View File

@ -11310,12 +11310,6 @@
github = "LogicalOverflow";
githubId = 5919957;
};
lheckemann = {
email = "git@sphalerite.org";
github = "lheckemann";
githubId = 341954;
name = "Linus Heckemann";
};
lhvwb = {
email = "nathaniel.baxter@gmail.com";
github = "nathanielbaxter";

View File

@ -42,5 +42,5 @@ in with lib; {
};
};
};
meta.maintainers = [ maintainers.lheckemann ];
meta.maintainers = [ ];
}

View File

@ -646,7 +646,7 @@ in {
};
meta = {
maintainers = with lib.maintainers; [ lheckemann qyliss ];
maintainers = with lib.maintainers; [ qyliss ];
doc = ./mailman.md;
};

View File

@ -22,5 +22,5 @@
};
};
meta.maintainers = [ lib.maintainers.lheckemann ];
meta.maintainers = [ ];
}

View File

@ -9,7 +9,7 @@ let
testWithCompressor = compressor: testing.makeTest {
name = "initrd-secrets-${compressor}";
meta.maintainers = [ lib.maintainers.lheckemann ];
meta.maintainers = [ ];
nodes.machine = { ... }: {
virtualisation.useBootLoader = true;

View File

@ -7,7 +7,7 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
makeTest {
name = "tigervnc";
meta = with pkgs.lib.maintainers; {
maintainers = [ lheckemann ];
maintainers = [ ];
};
nodes = {

View File

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ...} : {
name = "timezone";
meta.maintainers = with pkgs.lib.maintainers; [ lheckemann ];
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes = {
node_eutz = { pkgs, ... }: {

View File

@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
# Documentation.
cc-by-30
];
maintainers = with maintainers; [ lheckemann veprbl wegank ];
maintainers = with maintainers; [ veprbl wegank ];
platforms = platforms.unix;
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.parabola.me.uk/alsa/pmidi.html";
description = "Straightforward command line program to play midi files through the ALSA sequencer";
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ ];
license = licenses.gpl2;
mainProgram = "pmidi";
};

View File

@ -152,7 +152,7 @@ stdenv.mkDerivation rec {
mainProgram = "tenacity";
homepage = "https://tenacityaudio.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ irenes lheckemann ];
maintainers = with maintainers; [ irenes ];
platforms = platforms.linux;
};
}

View File

@ -26,6 +26,6 @@ mkDerivation {
description = "Galactic strategy game";
mainProgram = "konquest";
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ lheckemann ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -20,6 +20,6 @@ mkDerivation {
];
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ lheckemann ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Cloudef/bemenu";
description = "Dynamic menu library and client program inspired by dmenu";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ ];
mainProgram = "bemenu";
platforms = with platforms; linux;
};

View File

@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
longDescription = "GNOME Calls is a phone dialer and call handler. Setting NixOS option `programs.calls.enable = true` is recommended.";
homepage = "https://gitlab.gnome.org/GNOME/calls";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ craigem lheckemann ];
maintainers = with maintainers; [ craigem ];
platforms = platforms.linux;
mainProgram = "gnome-calls";
};

View File

@ -202,7 +202,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://www.freerdp.com/";
license = licenses.asl20;
maintainers = with maintainers; [ peterhoeg lheckemann ];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
};
})

View File

@ -207,7 +207,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.freerdp.com/";
changelog = "https://github.com/FreeRDP/FreeRDP/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ peterhoeg lheckemann ];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Prepare and store patch revisions as git tags";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.lheckemann ];
maintainers = [ ];
homepage = "https://github.com/stefanha/git-publish";
mainProgram = "git-publish";
};

View File

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Tool for copying binaries and their dependencies";
mainProgram = "make-initrd-ng";
maintainers = with lib.maintainers; [ das_j elvishjerricco k900 lheckemann ];
maintainers = with lib.maintainers; [ das_j elvishjerricco k900 ];
license = lib.licenses.mit;
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation {
mainProgram = "encled";
homepage = "https://github.com/amarao/sdled";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.lheckemann ];
maintainers = [ ];
};
}

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ lheckemann alva melkor333 ];
maintainers = with lib.maintainers; [ alva melkor333 ];
changelog = "https://www.oilshell.org/release/${version}/changelog.html";
};

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ lheckemann alva mkg20001 melkor333 ];
maintainers = with lib.maintainers; [ alva mkg20001 melkor333 ];
changelog = "https://www.oilshell.org/release/${version}/changelog.html";
};

View File

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage {
description = "Open source Linux client for Checkpoint VPN tunnels";
homepage = "https://github.com/ancwrd1/snx-rs";
license = lib.licenses.agpl3Plus;
maintainers = [ lib.maintainers.lheckemann ];
maintainers = [ ];
};
}

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Collection of video game music file emulators";
license = licenses.lgpl21Plus;
platforms = platforms.all;
maintainers = with maintainers; [ luc65r lheckemann ];
maintainers = with maintainers; [ luc65r ];
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
lgpl21Plus # library
gpl2Plus # examples
];
maintainers = with lib.maintainers; [ lheckemann ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}

View File

@ -110,7 +110,7 @@ in stdenv.mkDerivation {
description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = "https://www.vtk.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
maintainers = with maintainers; [ knedlsepp tfmoraes ];
platforms = with platforms; unix;
};
}

View File

@ -44,6 +44,6 @@ buildPythonPackage rec {
mainProgram = "nltk";
homepage = "http://nltk.org/";
license = licenses.asl20;
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ ];
};
}

View File

@ -45,7 +45,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/kraxel/virt-firmware";
license = licenses.gpl2;
maintainers = with maintainers; [
lheckemann
raitobezarius
];
};

View File

@ -256,6 +256,6 @@ stdenv.mkDerivation rec {
homepage = "https://nixos.org/hydra";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ lheckemann mindavi ] ++ teams.helsinki-systems.members;
maintainers = with maintainers; [ mindavi ] ++ teams.helsinki-systems.members;
};
}

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation {
mainProgram = "EmptyEpsilon";
homepage = "https://daid.github.io/EmptyEpsilon/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz lheckemann ma27 ];
maintainers = with maintainers; [ fpletz ma27 ];
platforms = platforms.linux;
};
}

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
cc-by-sa-40
publicDomain
];
maintainers = with maintainers; [ lheckemann _360ied ];
maintainers = with maintainers; [ _360ied ];
platforms = platforms.linux; # Maybe other non-darwin Unix
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
maintainers = [ lib.maintainers.lheckemann ];
maintainers = [ ];
description = "Free OpenSource 2D MMORPG client";
homepage = "https://manaplus.org/";
license = lib.licenses.gpl2;

View File

@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
homepage = "https://www.openclonk.org";
license = if enableSoundtrack then licenses.unfreeRedistributable else licenses.isc;
mainProgram = "openclonk";
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Linux command line tool for setting up USB gadgets using configfs";
mainProgram = "gt";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [ lheckemann ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})

View File

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
'';
license = with licenses; [ gpl2Plus bsd3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ primeos lheckemann ];
maintainers = with maintainers; [ primeos ];
};
}

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jwrdegoede/rtl8189ES_linux";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ danielfullmer lheckemann ];
maintainers = with maintainers; [ danielfullmer ];
};
}

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
homepage = "https://freeradius.org/";
description = "Modular, high performance free RADIUS suite";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sheenobu willibutz lheckemann ];
maintainers = with maintainers; [ sheenobu willibutz ];
platforms = with platforms; linux;
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Graphical application for configuring displays in Wayland compositors";
homepage = "https://github.com/luispabon/wdisplays";
maintainers = with maintainers; [ lheckemann ma27 ];
maintainers = with maintainers; [ ma27 ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "wdisplays";

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos lheckemann ];
maintainers = with maintainers; [ primeos ];
mainProgram = "mbsync";
};
}

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Number of small applications that can be used for processing RTP data";
homepage = "https://www.cs.columbia.edu/irt/software/rtptools/";
maintainers = [ lib.maintainers.lheckemann ];
maintainers = [ ];
platforms = lib.platforms.unix;
license = lib.licenses.bsd3;
};

View File

@ -34,6 +34,6 @@ bundlerApp {
homepage = "https://schleuder.org";
changelog = "https://0xacab.org/schleuder/schleuder/blob/main/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hexa lheckemann ];
maintainers = with maintainers; [ hexa ];
};
}

View File

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
description = "Chrome OS partitioning and kernel signing tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ lheckemann ];
maintainers = with maintainers; [ ];
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
meta = {
maintainers = with lib.maintainers; [ lheckemann willibutz ];
maintainers = with lib.maintainers; [ willibutz ];
description = "Tool for converting Xen images to raw and back";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;