cwm: added maintainer "mkf", firstly declaring in maintainer-list

(cherry picked from commit 5de195fc681a6d663769c35091ba21962180583d)
(cherry picked from commit 0838eeb0edf0f2e842c3a006de32b27c1bc3dca9)
wip/yesman
Michał Krzysztof Feiler 5 years ago
parent d8dda825a7
commit 0b0f805882
No known key found for this signature in database
GPG Key ID: E35C2D7C2C6AC724
  1. 9
      maintainers/maintainer-list.nix
  2. 8
      pkgs/applications/window-managers/cwm/default.nix

@ -4217,6 +4217,15 @@
githubId = 5698461;
name = "Maciej Kazulak";
};
mkf = {
email = "m@mikf.pl";
github = "mkf";
name = "Michał Krzysztof Feiler";
keys = [{
longkeyid = "rsa4096/0xE35C2D7C2C6AC724";
fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724";
}];
};
mkg = {
email = "mkg@vt.edu";
github = "mkgvt";

@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A lightweight and efficient window manager for X11";
homepage = "https://github.com/leahneukirchen/cwm";
maintainers = with maintainers; [ "0x4A6F" ];
license = licenses.isc;
platforms = platforms.linux;
homepage = "https://github.com/leahneukirchen/cwm";
maintainers = with maintainers; [ "0x4A6F" mkf ];
license = licenses.isc;
platforms = platforms.linux;
};
}

Loading…
Cancel
Save