maintainers: remove thyol (#442654)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -36,7 +36,6 @@ gccStdenv.mkDerivation rec {
|
||||
homepage = "https://www.drive5.com/muscle/";
|
||||
maintainers = with maintainers; [
|
||||
unode
|
||||
thyol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user