summary refs log tree commit diff
path: root/pkgs/applications/misc/safeeyes/default.nix
diff options
context:
space:
mode:
authorBjornMelgaard <melgaardbjorn@gmail.com>2018-04-01 12:43:28 +0300
committerBjornMelgaard <melgaardbjorn@gmail.com>2018-04-10 21:19:13 +0300
commit3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8 (patch)
tree59d5bc62687a08fef3a528eff0bc4ab0a52f32f4 /pkgs/applications/misc/safeeyes/default.nix
parente00f9b316b2f9e1b1d5ed1a33fc97a0058bd5ae6 (diff)
downloadnixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar.gz
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar.bz2
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar.lz
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar.xz
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.tar.zst
nixpkgs-3bbe655c440034ffe925cd99f6ae6dd1ec36f5f8.zip
maintainers: add myself
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;
   };
 }