Skip to content

Commit

Permalink
various: drop colemickens as maintainer (NixOS#367728)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 23, 2024
2 parents ef27bba + e8bc90b commit 7dd2a13
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions pkgs/by-name/az/azure-storage-azcopy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ buildGoModule rec {
homepage = "https://github.com/Azure/azure-storage-azcopy";
changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [
colemickens
kashw2
];
maintainers = with maintainers; [ kashw2 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cordless/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ buildGoModule rec {
description = "Discord terminal client";
mainProgram = "cordless";
license = licenses.bsd3;
maintainers = with maintainers; [ colemickens ];
maintainers = with maintainers; [ ];

Check failure on line 27 in pkgs/by-name/co/cordless/package.nix

View workflow job for this annotation

GitHub Actions / exp-nixf-tidy-check

sema-extra-with

unused `with` expression
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ku/kube-router/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildGoModule rec {
description = "All-in-one router, firewall and service proxy for Kubernetes";
mainProgram = "kube-router";
license = licenses.asl20;
maintainers = with maintainers; [ colemickens johanot ];
maintainers = with maintainers; [ johanot ];
platforms = platforms.linux;
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/li/libjpeg_turbo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
];
maintainers = with maintainers; [
vcunat
colemickens
kamadorueda
];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mx/mxt-app/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Command line utility for Atmel maXTouch devices";
homepage = "https://github.com/atmel-maxtouch/mxt-app";
license = licenses.bsd2;
maintainers = [ maintainers.colemickens ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "mxt-app";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sn/sn-pro/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
description = "SN Pro Font Family";
homepage = "https://github.com/supernotes/sn-pro";
license = licenses.ofl;
maintainers = with maintainers; [ colemickens ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

0 comments on commit 7dd2a13

Please sign in to comment.