0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

maintainers: remove erictapen from packages that I don't really maintain anymore

This commit is contained in:
Kerstin Humm 2024-10-22 12:32:03 +02:00
parent a60d8c940c
commit b12bcabd24
No known key found for this signature in database
GPG key ID: 40293358C7B9326B
9 changed files with 8 additions and 12 deletions

View file

@ -375,8 +375,5 @@ in
}; };
}; };
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [ nh2 ];
erictapen
nh2
];
} }

View file

@ -979,7 +979,6 @@ in
}; };
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
erictapen
Flakebi Flakebi
oddlama oddlama
]; ];

View file

@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
in in
{ {
name = "kanidm"; name = "kanidm";
meta.maintainers = with pkgs.lib.maintainers; [ erictapen Flakebi oddlama ]; meta.maintainers = with pkgs.lib.maintainers; [ Flakebi oddlama ];
nodes.server = { pkgs, ... }: { nodes.server = { pkgs, ... }: {
services.kanidm = { services.kanidm = {

View file

@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Software suite to create, edit, compose, or convert bitmap images"; description = "Software suite to create, edit, compose, or convert bitmap images";
pkgConfigModules = [ "ImageMagick" "MagickWand" ]; pkgConfigModules = [ "ImageMagick" "MagickWand" ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ erictapen dotlambda rhendric ]; maintainers = with maintainers; [ dotlambda rhendric ];
license = licenses.asl20; license = licenses.asl20;
mainProgram = "magick"; mainProgram = "magick";
}; };

View file

@ -71,7 +71,7 @@ mkDerivation rec {
description = "Open source video mapping software"; description = "Open source video mapping software";
homepage = "https://github.com/mapmapteam/mapmap"; homepage = "https://github.com/mapmapteam/mapmap";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.erictapen ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "mapmap"; mainProgram = "mapmap";
}; };

View file

@ -131,6 +131,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kanidm/kanidm"; homepage = "https://github.com/kanidm/kanidm";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ adamcstephens erictapen Flakebi ]; maintainers = with maintainers; [ adamcstephens Flakebi ];
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "Library to read and manipulate EXIF data in digital photographs"; description = "Library to read and manipulate EXIF data in digital photographs";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ erictapen ]; maintainers = [ ];
}; };
} }

View file

@ -198,7 +198,7 @@ let
homepage = "https://www.factorio.com/"; homepage = "https://www.factorio.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ Baughn elitak erictapen priegger lukegb ]; maintainers = with lib.maintainers; [ Baughn elitak priegger lukegb ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "factorio"; mainProgram = "factorio";
}; };

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://oss.oetiker.ch/smokeping"; homepage = "https://oss.oetiker.ch/smokeping";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.erictapen ]; maintainers = [ ];
}; };
} }