maintainers: remove thyol

Inactive on nixpkgs for more than 1 year despite 7 pull requests requesting
their review.

Changed files
+2 -11
maintainers
pkgs
by-name
di
diamond
et
etesync-dav
mu
muscle
sr
sratoolkit
ve
veryfasttree
-6
maintainers/maintainer-list.nix
···
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
pkgs/by-name/di/diamond/package.nix
···
'';
homepage = "https://github.com/bbuchfink/diamond";
license = lib.licenses.gpl3Plus;
-
maintainers = with lib.maintainers; [ thyol ];
+
maintainers = with lib.maintainers; [ ];
};
}
-1
pkgs/by-name/et/etesync-dav/package.nix
···
mainProgram = "etesync-dav";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
-
thyol
valodim
];
broken = stdenv.hostPlatform.isDarwin; # pyobjc-framework-Cocoa is missing
-1
pkgs/by-name/mu/muscle/package.nix
···
homepage = "https://www.drive5.com/muscle/";
maintainers = with maintainers; [
unode
-
thyol
];
};
}
-1
pkgs/by-name/sr/sratoolkit/package.nix
···
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
pkgs/by-name/ve/veryfasttree/package.nix
···
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;
};
})