diff --git a/lib/maintainers.nix b/lib/maintainers.nix index bf054ef7fd5..e3c0056d08b 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -246,6 +246,7 @@ rob = "Rob Vermaas "; robberer = "Longrin Wischnewski "; robbinch = "Robbin C. "; + robgssp = "Rob Glossop "; roconnor = "Russell O'Connor "; roelof = "Roelof Wobben "; romildo = "José Romildo Malaquias "; diff --git a/pkgs/applications/window-managers/clfswm/default.nix b/pkgs/applications/window-managers/clfswm/default.nix index 6eb55348e60..ec900949392 100644 --- a/pkgs/applications/window-managers/clfswm/default.nix +++ b/pkgs/applications/window-managers/clfswm/default.nix @@ -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; }; }