Unverified Commit 1bf401d3 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop tjni

Reacted to 0 out of 37 maintainer pings in the least 180 days.
parent 3b1e37dc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -894,9 +894,7 @@
      "winterqt": 78392041,
      "zowoq": 59103226
    },
    "members": {
      "tjni": 3806110
    },
    "members": {},
    "name": "rust"
  },
  "scala": {
+0 −8
Original line number Diff line number Diff line
@@ -26411,14 +26411,6 @@
    githubId = 36288711;
    name = "Tim Keller";
  };
  tjni = {
    email = "43ngvg@masqt.com";
    matrix = "@tni:matrix.org";
    name = "Theodore Ni";
    github = "tjni";
    githubId = 3806110;
    keys = [ { fingerprint = "4384 B8E1 299F C028 1641  7B8F EC30 EFBE FA7E 84A4"; } ];
  };
  tkerber = {
    email = "tk@drwx.org";
    github = "tkerber";
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/pyenv/pyenv";
    changelog = "https://github.com/pyenv/pyenv/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ tjni ];
    platforms = platforms.all;
    mainProgram = "pyenv";
  };
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec {
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [
      gaelreyrol
      tjni
    ];
  };
}
+0 −3
Original line number Diff line number Diff line
@@ -35,8 +35,5 @@ buildGoModule rec {
    description = "Build Caddy with plugins";
    mainProgram = "xcaddy";
    license = licenses.asl20;
    maintainers = with maintainers; [
      tjni
    ];
  };
}
Loading