maintainers: jyooru -> joelkoen

This commit is contained in:
Joel Koen 2023-01-15 14:14:19 +10:00
parent 76dd16945e
commit 2c56763b58
No known key found for this signature in database
11 changed files with 16 additions and 16 deletions

View File

@ -6876,6 +6876,12 @@
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";
@ -7266,12 +7272,6 @@
githubId = 20658981;
name = "Jarosław Wygoda";
};
jyooru = {
email = "joel@joel.tokyo";
github = "jyooru";
githubId = 63786778;
name = "Joel";
};
jyp = {
email = "jeanphilippe.bernardy@gmail.com";
github = "jyp";

View File

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

View File

@ -51,6 +51,6 @@ buildPythonPackage rec {
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal";
homepage = "https://github.com/Textualize/rich";
license = licenses.mit;
maintainers = with maintainers; [ ris jyooru ];
maintainers = with maintainers; [ ris joelkoen ];
};
}

View File

@ -67,6 +67,6 @@ buildPythonPackage rec {
description = "TUI framework for Python inspired by modern web development";
homepage = "https://github.com/Textualize/textual";
license = licenses.mit;
maintainers = with maintainers; [ jyooru ];
maintainers = with maintainers; [ joelkoen ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Python library for both parsing and applying patch files";
homepage = "https://github.com/cscorley/whatthepatch";
license = licenses.mit;
maintainers = with maintainers; [ jyooru ];
maintainers = with maintainers; [ joelkoen ];
};
}

View File

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

View File

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

View File

@ -41,6 +41,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Command Line Interface to Rich";
homepage = "https://github.com/Textualize/rich-cli";
license = licenses.mit;
maintainers = with maintainers; [ jyooru ];
maintainers = with maintainers; [ joelkoen ];
};
}

View File

@ -37,6 +37,6 @@ 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; [ jyooru ];
maintainers = with maintainers; [ joelkoen ];
};
}

View File

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

View File

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