mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
maintainers: jyooru -> joelkoen
This commit is contained in:
parent
76dd16945e
commit
2c56763b58
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user