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

(cherry picked from commit 5de195f)
  • Loading branch information
mkf committed Sep 29, 2019
1 parent f8363c2 commit 0838eeb
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
Expand Up @@ -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";
Expand Down
12 changes: 6 additions & 6 deletions pkgs/applications/window-managers/cwm/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, libX11, libXinerama, libXrandr, libXft, yacc, pkgconfig }:

stdenv.mkDerivation {
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 {

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 0838eeb

Please sign in to comment.