From a911a4f4c5a67ad72d0083e6492a1b937038f42e Mon Sep 17 00:00:00 2001 From: Robert Glossop Date: Wed, 11 Nov 2015 00:54:17 -0500 Subject: [PATCH] clfswm: add maintainer --- lib/maintainers.nix | 1 + pkgs/applications/window-managers/clfswm/default.nix | 1 + 2 files changed, 2 insertions(+) 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; }; }