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; [
erictapen
nh2
];
meta.maintainers = with lib.maintainers; [ nh2 ];
}

View File

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

View File

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

View File

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

View File

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

View File

@ -131,6 +131,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kanidm/kanidm";
license = licenses.mpl20;
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";
license = licenses.lgpl21;
platforms = platforms.unix;
maintainers = with maintainers; [ erictapen ];
maintainers = [ ];
};
}

View File

@ -198,7 +198,7 @@ let
homepage = "https://www.factorio.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
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" ];
mainProgram = "factorio";
};

View File

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