maintainers: remove thyol (#442654)

This commit is contained in:
Wolfgang Walther
2025-09-20 15:33:41 +00:00
committed by GitHub
6 changed files with 2 additions and 11 deletions
-6
View File
@@ -25962,12 +25962,6 @@
name = "Chinmay D. Pai";
keys = [ { fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED"; } ];
};
thyol = {
name = "thyol";
email = "thyol@pm.me";
github = "thyol";
githubId = 81481634;
};
tiagolobocastro = {
email = "tiagolobocastro@gmail.com";
github = "tiagolobocastro";
+1 -1
View File
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/bbuchfink/diamond";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ thyol ];
maintainers = with lib.maintainers; [ ];
};
}
-1
View File
@@ -46,7 +46,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "etesync-dav";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
thyol
valodim
];
broken = stdenv.hostPlatform.isDarwin; # pyobjc-framework-Cocoa is missing
-1
View File
@@ -36,7 +36,6 @@ gccStdenv.mkDerivation rec {
homepage = "https://www.drive5.com/muscle/";
maintainers = with maintainers; [
unode
thyol
];
};
}
-1
View File
@@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Collection of tools and libraries for using data in the INSDC Sequence Read Archives";
license = lib.licenses.ncbiPd;
maintainers = with lib.maintainers; [
thyol
t4ccer
];
platforms = lib.platforms.unix;
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "VeryFastTree";
homepage = "https://github.com/citiususc/veryfasttree";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ thyol ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
};
})