treewide: remove maintainer joelkoen
This commit is contained in:
parent
ca04baf5b9
commit
5bcc4ada63
@ -9882,12 +9882,6 @@
|
|||||||
githubId = 310981;
|
githubId = 310981;
|
||||||
name = "Joel Burget";
|
name = "Joel Burget";
|
||||||
};
|
};
|
||||||
joelkoen = {
|
|
||||||
email = "mail@joelkoen.com";
|
|
||||||
github = "joelkoen";
|
|
||||||
githubId = 122502655;
|
|
||||||
name = "Joel Koen";
|
|
||||||
};
|
|
||||||
joelmo = {
|
joelmo = {
|
||||||
email = "joel.moberg@gmail.com";
|
email = "joel.moberg@gmail.com";
|
||||||
github = "joelmo";
|
github = "joelmo";
|
||||||
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
|||||||
description = "Beautiful reStructuredText renderer for rich";
|
description = "Beautiful reStructuredText renderer for rich";
|
||||||
homepage = "https://github.com/wasi-master/rich-rst";
|
homepage = "https://github.com/wasi-master/rich-rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -88,9 +88,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/Textualize/rich";
|
homepage = "https://github.com/Textualize/rich";
|
||||||
changelog = "https://github.com/Textualize/rich/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/Textualize/rich/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [ ris ];
|
||||||
ris
|
|
||||||
joelkoen
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -77,6 +77,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/Textualize/textual";
|
homepage = "https://github.com/Textualize/textual";
|
||||||
changelog = "https://github.com/Textualize/textual/releases/tag/v${version}";
|
changelog = "https://github.com/Textualize/textual/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/cscorley/whatthepatch";
|
homepage = "https://github.com/cscorley/whatthepatch";
|
||||||
changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md";
|
changelog = "https://github.com/cscorley/whatthepatch/blob/${version}/HISTORY.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,6 @@ stdenv.mkDerivation {
|
|||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice tomberek costrouc joelkoen ];
|
maintainers = with maintainers; [ thoughtpolice tomberek costrouc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
mainProgram = "minecraft-server";
|
mainProgram = "minecraft-server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/Textualize/rich-cli";
|
homepage = "https://github.com/Textualize/rich-cli";
|
||||||
changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
|
changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
mainProgram = "rich";
|
mainProgram = "rich";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/EFForg/apkeep";
|
homepage = "https://github.com/EFForg/apkeep";
|
||||||
changelog = "https://github.com/EFForg/apkeep/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/EFForg/apkeep/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
mainProgram = "apkeep";
|
mainProgram = "apkeep";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Language that compiles to regular expressions";
|
description = "Language that compiles to regular expressions";
|
||||||
homepage = "https://github.com/yoav-lavi/melody";
|
homepage = "https://github.com/yoav-lavi/melody";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
mainProgram = "melody";
|
mainProgram = "melody";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/azur1s/octofetch";
|
homepage = "https://github.com/azur1s/octofetch";
|
||||||
description = "Github user information on terminal";
|
description = "Github user information on terminal";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ joelkoen ];
|
maintainers = [ ];
|
||||||
mainProgram = "octofetch";
|
mainProgram = "octofetch";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user