about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/maintainers.nix1
-rw-r--r--pkgs/applications/window-managers/clfswm/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index bf054ef7fd59..e3c0056d08b2 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -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>";
diff --git a/pkgs/applications/window-managers/clfswm/default.nix b/pkgs/applications/window-managers/clfswm/default.nix
index 6eb55348e600..ec9009493920 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;
   };
 }