maintainers: add myself

Changed files
+6 -1
maintainers
pkgs
applications
misc
safeeyes
+5
maintainers/maintainer-list.nix
···
github = "zzamboni";
name = "Diego Zamboni";
};
+
srghma = {
+
email = "srghma@gmail.com";
+
github = "srghma";
+
name = "Sergei Khoma";
+
};
+1 -1
pkgs/applications/misc/safeeyes/default.nix
···
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;
};
}