maintainers: drop HaoZeke

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-05-02 22:09:02 +02:00
parent e59d8bfa2c
commit 07cde6253e
5 changed files with 4 additions and 11 deletions
-7
View File
@@ -10437,13 +10437,6 @@
githubId = 9850776;
name = "Hans-Jörg Schurr";
};
HaoZeke = {
email = "r95g10@gmail.com";
github = "HaoZeke";
githubId = 4336207;
name = "Rohit Goswami";
keys = [ { fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6"; } ];
};
happy-river = {
email = "happyriver93@runbox.com";
github = "happy-river";
+1 -1
View File
@@ -133,7 +133,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
homepage = "https://conan.io";
changelog = "https://github.com/conan-io/conan/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ HaoZeke ];
maintainers = [ ];
mainProgram = "conan";
};
})
+1 -1
View File
@@ -71,6 +71,6 @@ clangStdenv.mkDerivation rec {
homepage = "https://dseams.info";
license = lib.licenses.gpl3Plus;
platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.HaoZeke ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Minimal, Header only Modern c++ library for terminal goodies";
homepage = "https://agauniyal.github.io/rang/";
license = lib.licenses.unlicense;
maintainers = [ lib.maintainers.HaoZeke ];
maintainers = [ ];
};
})
@@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "Library to parse and apply unified diffs";
homepage = "https://github.com/conan-io/python-patch";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ HaoZeke ];
maintainers = [ ];
};
}