clfswm: add maintainer

This commit is contained in:
Robert Glossop 2015-11-11 00:54:17 -05:00
parent 9a24fec15f
commit a911a4f4c5
2 changed files with 2 additions and 0 deletions

View file

@ -246,6 +246,7 @@
rob = "Rob Vermaas <rob.vermaas@gmail.com>";
robberer = "Longrin Wischnewski <robberer@freakmail.de>";
robbinch = "Robbin C. <robbinch33@gmail.com>";
robgssp = "Rob Glossop <robgssp@gmail.com>";
roconnor = "Russell O'Connor <roconnor@theorem.ca>";
roelof = "Roelof Wobben <rwobben@hotmail.com>";
romildo = "José Romildo Malaquias <malaquias@gmail.com>";

View file

@ -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;
};
}