maintainers: add thyol

This commit is contained in:
thyol 2022-07-13 12:01:14 +02:00
parent 4e79b5e370
commit 55853ae096
2 changed files with 7 additions and 1 deletions

View File

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

View File

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