maintainers: remove mkf (#527905)

This commit is contained in:
Marcin Serwin
2026-06-04 11:14:09 +00:00
committed by GitHub
2 changed files with 1 additions and 11 deletions

View File

@@ -18309,13 +18309,6 @@
githubId = 52108954;
name = "Matias Zwinger";
};
mkf = {
email = "m@mikf.pl";
github = "mkf";
githubId = 7753506;
name = "Michał Krzysztof Feiler";
keys = [ { fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724"; } ];
};
mkg = {
email = "mkg@vt.edu";
github = "mkgvt";

View File

@@ -40,10 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Lightweight and efficient window manager for X11";
homepage = "https://github.com/leahneukirchen/cwm";
maintainers = with lib.maintainers; [
_0x4A6F
mkf
];
maintainers = with lib.maintainers; [ _0x4A6F ];
license = lib.licenses.isc;
platforms = lib.platforms.linux;
mainProgram = "cwm";