maintainers: fix 0x4A6F

This commit is contained in:
0x4A6F
2020-02-11 19:29:51 +01:00
parent dd7f6b0c6b
commit 4b33402d30
3 changed files with 3 additions and 3 deletions
@@ -20,7 +20,7 @@ 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" mkf ];
maintainers = with maintainers; [ maintainers."0x4A6F" mkf ];
license = licenses.isc;
platforms = platforms.linux;
};