clfswm: add maintainer

This commit is contained in:
Robert Glossop
2015-11-11 00:57:09 -05:00
parent 9a24fec15f
commit a911a4f4c5
2 changed files with 2 additions and 0 deletions
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
description = "A(nother) Common Lisp FullScreen Window Manager";
homepage = https://common-lisp.net/project/clfswm/;
license = licenses.gpl3;
maintainers = with maintainers; [ robgssp ];
platforms = platforms.linux;
};
}