maintainers: add thyol
This commit is contained in:
parent
4e79b5e370
commit
55853ae096
2 changed files with 7 additions and 1 deletions
|
@ -12694,6 +12694,12 @@
|
|||
githubId = 3268082;
|
||||
name = "Thibaut Marty";
|
||||
};
|
||||
thyol = {
|
||||
name = "thyol";
|
||||
email = "thyol@pm.me";
|
||||
github = "thyol";
|
||||
githubId = 81481634;
|
||||
};
|
||||
thmzlt = {
|
||||
email = "git@thomazleite.com";
|
||||
github = "thmzlt";
|
||||
|
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
|||
fullName = "University of Tuebingen, Benjamin Buchfink";
|
||||
url = "https://raw.githubusercontent.com/bbuchfink/diamond/master/src/COPYING";
|
||||
};
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ thyol ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue