summary refs log tree commit diff
path: root/pkgs/applications/misc/safeeyes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/safeeyes/default.nix')
-rw-r--r--pkgs/applications/misc/safeeyes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/safeeyes/default.nix b/pkgs/applications/misc/safeeyes/default.nix
index 0f60916891c..5b6599b45dd 100644
--- a/pkgs/applications/misc/safeeyes/default.nix
+++ b/pkgs/applications/misc/safeeyes/default.nix
@@ -51,7 +51,7 @@ in buildPythonApplication rec {
     homepage = http://slgobinath.github.io/SafeEyes;
     description = "Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo";
     license = lib.licenses.gpl3;
-    maintainers = [ ];
+    maintainers = with lib.maintainers; [ srghma ];
     platforms = lib.platforms.all;
   };
 }