Unverified Commit cd5b7a7e authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: remove thyol

Inactive on nixpkgs for more than 1 year despite 7 pull requests requesting
their review.
parent 7628ad65
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -25903,12 +25903,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
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ gccStdenv.mkDerivation rec {
    homepage = "https://www.drive5.com/muscle/";
    maintainers = with maintainers; [
      unode
      thyol
    ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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;
Loading