maintainers: remove eihqnh (#451969)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Download tool for the SiFli family of chips";
|
||||
homepage = "https://github.com/OpenSiFli/sftool";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ eihqnh ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sftool";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -23,13 +23,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "terminaltexteffects" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Collection of visual effects that can be applied to terminal piped stdin text";
|
||||
homepage = "https://chrisbuilds.github.io/terminaltexteffects";
|
||||
changelog = "https://chrisbuilds.github.io/terminaltexteffects/changeblog/";
|
||||
license = licenses.mit;
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ eihqnh ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
mainProgram = "tte";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user