Unverified Commit a0372388 authored by Marcin Serwin's avatar Marcin Serwin
Browse files

maintainers: drop tbenst



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent f24ab00e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -26188,12 +26188,6 @@
    name = "Trent Baldwin";
    keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5  56D1 665A 9E2A FCDD 68AA"; } ];
  };
  tbenst = {
    email = "nix@tylerbenster.com";
    github = "tbenst";
    githubId = 863327;
    name = "Tyler Benster";
  };
  tbidne = {
    email = "tbidne@protonmail.com";
    github = "tbidne";
+1 −1
Original line number Diff line number Diff line
@@ -100,6 +100,6 @@ buildVscodeMarketplaceExtension {
  meta = {
    description = "Use any remote machine with a SSH server as your development environment";
    license = lib.licenses.unfree;
    maintainers = [ lib.maintainers.tbenst ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.gpl2;
    platforms = lib.platforms.all;
    homepage = "https://www.openmicroscopy.org/bio-formats/";
    maintainers = [ lib.maintainers.tbenst ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
      biomedical images, CMTK comprises a set of command line tools and a
      back-end general-purpose library for processing and I/O
    '';
    maintainers = with lib.maintainers; [ tbenst ];
    maintainers = [ ];
    platforms = lib.platforms.all;
    license = lib.licenses.gpl3Plus;
    homepage = "https://www.nitrc.org/projects/cmtk/";
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://gitlab.dkrz.de/k202009/libaec";
    description = "Adaptive Entropy Coding library";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ tbenst ];
    maintainers = [ ];
  };
})
Loading