Unverified Commit 05fa080d authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

maintainers: remove carpinchomug

No longer has a GitHub account.

Has not committed since initially adding themselves as a maintainer,
which was done as part of adding libctl:

2022-03-17 b792b179
2022-03-17 9cdf7951

libctl therefore has no listed maintainers.
parent e82a52c1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4186,12 +4186,6 @@
    github = "carlthome";
    githubId = 1595907;
  };
  carpinchomug = {
    email = "aki.suda@protonmail.com";
    github = "carpinchomug";
    githubId = 101536256;
    name = "Akiyoshi Suda";
  };
  cartr = {
    email = "carter.sande@duodecima.technology";
    github = "cartr";
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
    mainProgram = "gen-ctl-io";
    homepage = "https://github.com/NanoComp/libctl";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ carpinchomug ];
    maintainers = [ ];
  };
}