treewide: remove maintainer joelkoen

This commit is contained in:
Joel Koen 2024-08-23 09:46:20 +10:00
parent ca04baf5b9
commit 5bcc4ada63
No known key found for this signature in database
11 changed files with 10 additions and 19 deletions

View File

@ -9882,12 +9882,6 @@
githubId = 310981;
name = "Joel Burget";
};
joelkoen = {
email = "mail@joelkoen.com";
github = "joelkoen";
githubId = 122502655;
name = "Joel Koen";
};
joelmo = {
email = "joel.moberg@gmail.com";
github = "joelmo";

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Beautiful reStructuredText renderer for rich";
homepage = "https://github.com/wasi-master/rich-rst";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
};
}

View File

@ -88,9 +88,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Textualize/rich";
changelog = "https://github.com/Textualize/rich/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [
ris
joelkoen
];
maintainers = with maintainers; [ ris ];
};
}

View File

@ -77,6 +77,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Textualize/textual";
changelog = "https://github.com/Textualize/textual/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
};
}

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cscorley/whatthepatch";
changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
};
}

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfreeRedistributable;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice tomberek costrouc joelkoen ];
maintainers = with maintainers; [ thoughtpolice tomberek costrouc ];
};
}

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
mainProgram = "minecraft-server";
};
}

View File

@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/Textualize/rich-cli";
changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
mainProgram = "rich";
};
}

View File

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/EFForg/apkeep";
changelog = "https://github.com/EFForg/apkeep/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
mainProgram = "apkeep";
};
}

View File

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
description = "Language that compiles to regular expressions";
homepage = "https://github.com/yoav-lavi/melody";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
mainProgram = "melody";
};
}

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/azur1s/octofetch";
description = "Github user information on terminal";
license = licenses.mit;
maintainers = with maintainers; [ joelkoen ];
maintainers = [ ];
mainProgram = "octofetch";
};
}