mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
maintainers: kekschen -> willow
This commit is contained in:
parent
b5918a6dac
commit
40e3ceb51a
4 changed files with 9 additions and 9 deletions
|
@ -12539,12 +12539,6 @@
|
||||||
github = "keenanweaver";
|
github = "keenanweaver";
|
||||||
githubId = 37268985;
|
githubId = 37268985;
|
||||||
};
|
};
|
||||||
kekschen = {
|
|
||||||
email = "kx@imkx.dev";
|
|
||||||
github = "kek5chen";
|
|
||||||
githubId = 52585984;
|
|
||||||
name = "Kek5chen";
|
|
||||||
};
|
|
||||||
keksgesicht = {
|
keksgesicht = {
|
||||||
name = "Jan Braun";
|
name = "Jan Braun";
|
||||||
email = "git@keksgesicht.de";
|
email = "git@keksgesicht.de";
|
||||||
|
@ -26035,6 +26029,12 @@
|
||||||
githubId = 20464732;
|
githubId = 20464732;
|
||||||
name = "Willi Butz";
|
name = "Willi Butz";
|
||||||
};
|
};
|
||||||
|
willow = {
|
||||||
|
email = "git@willow.moe";
|
||||||
|
github = "kek5chen";
|
||||||
|
githubId = 52585984;
|
||||||
|
name = "Willow";
|
||||||
|
};
|
||||||
willow_ch = {
|
willow_ch = {
|
||||||
email = "nix@w.wolo.dev";
|
email = "nix@w.wolo.dev";
|
||||||
github = "spaghetus";
|
github = "spaghetus";
|
||||||
|
|
|
@ -40,7 +40,7 @@ buildDotnetModule rec {
|
||||||
homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
|
homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
|
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
|
||||||
maintainers = with maintainers; [ kekschen ];
|
maintainers = with maintainers; [ willow ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
mainProgram = "discordchatexporter";
|
mainProgram = "discordchatexporter";
|
||||||
};
|
};
|
||||||
|
|
|
@ -143,7 +143,7 @@ buildDotnetModule rec {
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
jk
|
jk
|
||||||
artemist
|
artemist
|
||||||
kekschen
|
willow
|
||||||
];
|
];
|
||||||
platforms = [
|
platforms = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
|
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||||
description = "Human friendly interface to Linux subsystems using Python";
|
description = "Human friendly interface to Linux subsystems using Python";
|
||||||
homepage = "https://github.com/tiagocoutinho/linuxpy";
|
homepage = "https://github.com/tiagocoutinho/linuxpy";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ kekschen ];
|
maintainers = with lib.maintainers; [ willow ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue