Unverified Commit 81452d12 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: remove eihqnh (#451969)

parents facc9af2 946ec073
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7370,12 +7370,6 @@
    github = "eigengrau";
    githubId = 4939947;
  };
  eihqnh = {
    email = "eihqnh@outlook.com";
    github = "eihqnh";
    githubId = 40905037;
    name = "eihqnh";
  };
  eikek = {
    email = "eike.kettner@posteo.de";
    github = "eikek";
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
    homepage = "https://cabinpkg.com";
    description = "Package manager and build system for C++";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.eihqnh ];
    maintainers = [ ];
    platforms = lib.platforms.unix;
    mainProgram = "cabin";
  };
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/tareqimbasher/cargo-seek";
    changelog = "https://github.com/tareqimbasher/cargo-seek/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ eihqnh ];
    maintainers = [ ];
    mainProgram = "cargo-seek";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/containers/podlet";
    changelog = "https://github.com/containers/podlet/blob/v${version}/CHANGELOG.md";
    license = lib.licenses.mpl20;
    maintainers = with lib.maintainers; [ eihqnh ];
    maintainers = [ ];
    mainProgram = "podlet";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "Download tool for the SiFli family of chips";
    homepage = "https://github.com/OpenSiFli/sftool-gui";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ eihqnh ];
    maintainers = [ ];
    mainProgram = "sftool";
  };
})
Loading