Skip to content

Commit

Permalink
cwm: 5.6 -> 6.3-80-g4154b9b
Browse files Browse the repository at this point in the history
also declared maintainer "mkf"
and added maintainer "mkf" to cwm maintainers
  • Loading branch information
mkf committed Sep 29, 2019
1 parent bd5e8f3 commit 5de195f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,15 @@
github = "mulderr";
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
12 changes: 6 additions & 6 deletions pkgs/applications/window-managers/cwm/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, libX11, libXinerama, libXrandr, libXft, yacc, pkgconfig }:

stdenv.mkDerivation rec {
name = "cwm-5.6";
name = "cwm-6.3-80-g4154b9b";

src = fetchFromGitHub {
owner = "chneukirchen";
owner = "leahneukirchen";
repo = "cwm";
rev = "b7a8c11750d11721a897fdb8442d52f15e7a24a0";
sha256 = "0a0x8rgqif4kxy7hj70hck7jma6c8jy4428ybl8fz9qxgxh014ml";
rev = "4154b9b194845814dfc836d80a94f34bcbf25d3e";
sha256 = "1qw14v54r6d0prs1mg9dsn551mfd404n5v19qjimwl1h3ji71s9n";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A lightweight and efficient window manager for X11";
homepage = https://github.com/chneukirchen/cwm;
maintainers = [];
homepage = https://github.com/leahneukirchen/cwm;
maintainers = with maintainers; [ mkf ];
license = licenses.isc;
platforms = platforms.linux;
};
Expand Down

0 comments on commit 5de195f

Please sign in to comment.