summary refs log tree commit diff
path: root/pkgs/misc/screensavers/xautolock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/screensavers/xautolock/default.nix')
-rw-r--r--pkgs/misc/screensavers/xautolock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/screensavers/xautolock/default.nix b/pkgs/misc/screensavers/xautolock/default.nix
index 0da198aab78..b6f82cd45d7 100644
--- a/pkgs/misc/screensavers/xautolock/default.nix
+++ b/pkgs/misc/screensavers/xautolock/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Launch a given program when your X session has been idle for a given time.";
     homepage = "http://www.ibiblio.org/pub/linux/X11/screensavers";
-    maintainers = with maintainers; [ garbas peti ];
+    maintainers = with maintainers; [ peti ];
     platforms = platforms.linux;
     license = licenses.gpl2;
   };