Unverified Commit 9e434b53 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop HaoZeke (#515955)

parents 91b43489 07cde625
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -10461,13 +10461,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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}