maintainers: add myself

This commit is contained in:
BjornMelgaard 2018-04-01 12:43:28 +03:00
parent e00f9b316b
commit 3bbe655c44
2 changed files with 6 additions and 1 deletions

View file

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

View file

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