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 b792b179ae
2022-03-17 9cdf795143

libctl therefore has no listed maintainers.
This commit is contained in:
Matt Sturgeon
2025-08-11 14:46:21 +01:00
parent e82a52c19c
commit 05fa080d00
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -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
View File
@@ -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 = [ ];
};
}