Skip to content

Commit

Permalink
cwm: added maintainer "mkf", firstly declaring in maintainer-list
Browse files Browse the repository at this point in the history
(cherry picked from commit 5de195f)
(cherry picked from commit 0838eeb)
  • Loading branch information
mkf committed Sep 29, 2019
1 parent d8dda82 commit 0b0f805
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4217,6 +4217,15 @@
githubId = 5698461;
name = "Maciej Kazulak";
};
mkf = {
email = "[email protected]";
github = "mkf";
name = "Michał Krzysztof Feiler";
keys = [{
longkeyid = "rsa4096/0xE35C2D7C2C6AC724";
fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724";
}];
};
mkg = {
email = "[email protected]";
github = "mkgvt";
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/window-managers/cwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 0b0f805

Please sign in to comment.