maintainers: drop HaoZeke
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -71,6 +71,6 @@ clangStdenv.mkDerivation rec {
|
||||
homepage = "https://dseams.info";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ lib.maintainers.HaoZeke ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user