maintainers: add myself

wip/yesman
BjornMelgaard 6 years ago
parent e00f9b316b
commit 3bbe655c44
  1. 5
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/safeeyes/default.nix

@ -4130,4 +4130,9 @@
github = "zzamboni";
name = "Diego Zamboni";
};
srghma = {
email = "srghma@gmail.com";
github = "srghma";
name = "Sergei Khoma";
};
}

@ -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;
};
}

Loading…
Cancel
Save