Skip to content

Commit b12bcab

Browse files
committed
maintainers: remove erictapen from packages that I don't really maintain anymore
1 parent a60d8c9 commit b12bcab

File tree

9 files changed

+8
-12
lines changed

9 files changed

+8
-12
lines changed

nixos/modules/services/networking/smokeping.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,5 @@ in
375375
};
376376
};
377377

378-
meta.maintainers = with lib.maintainers; [
379-
erictapen
380-
nh2
381-
];
378+
meta.maintainers = with lib.maintainers; [ nh2 ];
382379
}

nixos/modules/services/security/kanidm.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ in
979979
};
980980

981981
meta.maintainers = with lib.maintainers; [
982-
erictapen
983982
Flakebi
984983
oddlama
985984
];

nixos/tests/kanidm.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
1616
in
1717
{
1818
name = "kanidm";
19-
meta.maintainers = with pkgs.lib.maintainers; [ erictapen Flakebi oddlama ];
19+
meta.maintainers = with pkgs.lib.maintainers; [ Flakebi oddlama ];
2020

2121
nodes.server = { pkgs, ... }: {
2222
services.kanidm = {

pkgs/applications/graphics/ImageMagick/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: {
146146
description = "Software suite to create, edit, compose, or convert bitmap images";
147147
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
148148
platforms = platforms.linux ++ platforms.darwin;
149-
maintainers = with maintainers; [ erictapen dotlambda rhendric ];
149+
maintainers = with maintainers; [ dotlambda rhendric ];
150150
license = licenses.asl20;
151151
mainProgram = "magick";
152152
};

pkgs/applications/video/mapmap/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mkDerivation rec {
7171
description = "Open source video mapping software";
7272
homepage = "https://github.com/mapmapteam/mapmap";
7373
license = licenses.gpl3;
74-
maintainers = [ maintainers.erictapen ];
74+
maintainers = [ ];
7575
platforms = platforms.linux;
7676
mainProgram = "mapmap";
7777
};

pkgs/by-name/ka/kanidm/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ rustPlatform.buildRustPackage rec {
131131
homepage = "https://github.com/kanidm/kanidm";
132132
license = licenses.mpl20;
133133
platforms = platforms.linux;
134-
maintainers = with maintainers; [ adamcstephens erictapen Flakebi ];
134+
maintainers = with maintainers; [ adamcstephens Flakebi ];
135135
};
136136
}

pkgs/development/libraries/libexif/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
1818
description = "Library to read and manipulate EXIF data in digital photographs";
1919
license = licenses.lgpl21;
2020
platforms = platforms.unix;
21-
maintainers = with maintainers; [ erictapen ];
21+
maintainers = [ ];
2222
};
2323

2424
}

pkgs/games/factorio/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ let
198198
homepage = "https://www.factorio.com/";
199199
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
200200
license = lib.licenses.unfree;
201-
maintainers = with lib.maintainers; [ Baughn elitak erictapen priegger lukegb ];
201+
maintainers = with lib.maintainers; [ Baughn elitak priegger lukegb ];
202202
platforms = [ "x86_64-linux" ];
203203
mainProgram = "factorio";
204204
};

pkgs/tools/networking/smokeping/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
3232
homepage = "https://oss.oetiker.ch/smokeping";
3333
license = lib.licenses.gpl2Plus;
3434
platforms = lib.platforms.all;
35-
maintainers = [ lib.maintainers.erictapen ];
35+
maintainers = [ ];
3636
};
3737
}

0 commit comments

Comments
 (0)