File tree Expand file tree Collapse file tree 5 files changed +3
-10
lines changed
development/python-modules Expand file tree Collapse file tree 5 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1247812478 githubId = 7910815;
1247912479 name = "Alex McGrath";
1248012480 };
12481- lychee = {
12482- 12483- githubId = 82718618;
12484- github = "itslychee";
12485- name = "Lychee";
12486- };
1248712481 lyndeno = {
1248812482 name = "Lyndon Sanche";
1248912483
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ buildDotnetModule rec {
7878 meta = {
7979 license = with lib . licenses ; [ unfree mit ] ;
8080 platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ] ;
81- maintainers = with lib . maintainers ; [ lychee ] ;
81+ maintainers = with lib . maintainers ; [ ] ;
8282 mainProgram = "Celeste64" ;
8383 homepage = "https://github.com/ExOK/Celeste64" ;
8484 description = "Celeste 64: Fragments of the Mountain" ;
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ rustPlatform.buildRustPackage {
5656 mainProgram = "soteria" ;
5757 maintainers = with lib . maintainers ; [
5858 NotAShelf
59- lychee
6059 ] ;
6160 inherit ( polkit . meta ) platforms ;
6261 } ;
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ buildPythonPackage rec {
3535 psfl
3636 ] ;
3737 mainProgram = "import-expression" ;
38- maintainers = with lib . maintainers ; [ lychee ] ;
38+ maintainers = with lib . maintainers ; [ ] ;
3939 } ;
4040}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildPythonPackage rec {
6565 description = "Debugging and testing cog for discord.py bots" ;
6666 homepage = "https://jishaku.readthedocs.io/en/latest" ;
6767 changelog = "https://github.com/Gorialis/jishaku/releases/tag/${ version } " ;
68- maintainers = with lib . maintainers ; [ lychee ] ;
68+ maintainers = with lib . maintainers ; [ ] ;
6969 mainProgram = "jishaku" ;
7070 license = lib . licenses . mit ;
7171 } ;
You can’t perform that action at this time.
0 commit comments