dwm: added neonfuz as maintainer

This commit is contained in:
Sage Raflik 2021-05-28 13:06:29 -05:00 committed by Jonathan Ringer
parent fe8fe5edaa
commit 4d90a6bcc4

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
tags.
'';
license = licenses.mit;
maintainers = with maintainers; [ viric ];
maintainers = with maintainers; [ viric neonfuz ];
platforms = platforms.all;
};
}