Skip to content

Commit 7dd2a13

Browse files
various: drop colemickens as maintainer (#367728)
2 parents ef27bba + e8bc90b commit 7dd2a13

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

pkgs/by-name/az/azure-storage-azcopy/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ buildGoModule rec {
3030
homepage = "https://github.com/Azure/azure-storage-azcopy";
3131
changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${version}";
3232
license = licenses.mit;
33-
maintainers = with maintainers; [
34-
colemickens
35-
kashw2
36-
];
33+
maintainers = with maintainers; [ kashw2 ];
3734
};
3835
}

pkgs/by-name/co/cordless/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ buildGoModule rec {
2424
description = "Discord terminal client";
2525
mainProgram = "cordless";
2626
license = licenses.bsd3;
27-
maintainers = with maintainers; [ colemickens ];
27+
maintainers = with maintainers; [ ];
2828
};
2929
}

pkgs/by-name/ku/kube-router/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildGoModule rec {
3131
description = "All-in-one router, firewall and service proxy for Kubernetes";
3232
mainProgram = "kube-router";
3333
license = licenses.asl20;
34-
maintainers = with maintainers; [ colemickens johanot ];
34+
maintainers = with maintainers; [ johanot ];
3535
platforms = platforms.linux;
3636
};
3737
}

pkgs/by-name/li/libjpeg_turbo/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
127127
];
128128
maintainers = with maintainers; [
129129
vcunat
130-
colemickens
131130
kamadorueda
132131
];
133132
platforms = platforms.all;

pkgs/by-name/mx/mxt-app/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
description = "Command line utility for Atmel maXTouch devices";
2727
homepage = "https://github.com/atmel-maxtouch/mxt-app";
2828
license = licenses.bsd2;
29-
maintainers = [ maintainers.colemickens ];
29+
maintainers = [ ];
3030
platforms = platforms.linux;
3131
mainProgram = "mxt-app";
3232
};

pkgs/by-name/sn/sn-pro/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
2828
description = "SN Pro Font Family";
2929
homepage = "https://github.com/supernotes/sn-pro";
3030
license = licenses.ofl;
31-
maintainers = with maintainers; [ colemickens ];
31+
maintainers = with maintainers; [ ];
3232
platforms = platforms.all;
3333
};
3434
}

0 commit comments

Comments
 (0)