Merge pull request #322266 from eclairevoyant/ivar-remove

maintainers: remove ivar
This commit is contained in:
Pol Dellaiera 2024-06-29 11:28:43 +02:00 committed by GitHub
commit d788dc16fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
61 changed files with 60 additions and 69 deletions

8
.github/CODEOWNERS vendored
View File

@ -313,10 +313,10 @@ nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
pkgs/by-name/fo/forgejo/package.nix @adamcstephens @bendlas @emilylange
# Dotnet
/pkgs/build-support/dotnet @IvarWithoutBones
/pkgs/development/compilers/dotnet @IvarWithoutBones
/pkgs/test/dotnet @IvarWithoutBones
/doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
/pkgs/build-support/dotnet @corngood
/pkgs/development/compilers/dotnet @corngood
/pkgs/test/dotnet @corngood
/doc/languages-frameworks/dotnet.section.md @corngood
# Node.js
/pkgs/build-support/node/build-npm-package @lilyinstarlight @winterqt

View File

@ -8763,12 +8763,6 @@
githubId = 650601;
name = "Ivan Tkatchev";
};
ivar = {
email = "ivar.scholten@protonmail.com";
github = "IvarWithoutBones";
githubId = 41924494;
name = "Ivar";
};
ivarmedi = {
email = "ivar@larsson.me";
github = "ivarmedi";

View File

@ -192,7 +192,6 @@ with lib.maintainers;
dotnet = {
members = [
ivar
mdarocha
corngood
ggg

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/apognu/tuigreet";
changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ luc65r ivar ];
maintainers = with lib.maintainers; [ luc65r ];
platforms = lib.platforms.linux;
mainProgram = "tuigreet";
};

View File

@ -190,7 +190,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
ashkitten
ivar
];
};
}

View File

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
mainProgram = "flycast";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}

View File

@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
mainProgram = "lobby_connect";
license = licenses.lgpl3Only;
platforms = platforms.unix;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/amhndu/SimpleNES";
description = "NES emulator written in C++";
license = licenses.gpl3;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "SimpleNES";
};

View File

@ -141,7 +141,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/symless/synergy-core/blob/${version}/ChangeLog";
mainProgram = lib.optionalString (!withGUI) "synergyc";
license = licenses.gpl2Only;
maintainers = with maintainers; [ talyz ivar ];
maintainers = with maintainers; [ talyz ];
platforms = platforms.unix;
};
}

View File

@ -31,7 +31,7 @@ buildGoModule rec {
homepage = "https://github.com/tcnksm/ghr";
description = "Upload multiple artifacts to GitHub Release in parallel";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "ghr";
};
}

View File

@ -39,6 +39,6 @@ buildPythonApplication rec {
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "swallow";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}

View File

@ -39,7 +39,7 @@ buildDotnetModule rec {
homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
license = licenses.gpl3Plus;
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
maintainers = with maintainers; [ eclairevoyant ivar ];
maintainers = with maintainers; [ eclairevoyant ];
platforms = [ "x86_64-linux" ];
mainProgram = "discordchatexporter-cli";
};

View File

@ -122,7 +122,7 @@ buildDotnetModule rec {
2017.
'';
license = licenses.mit;
maintainers = with maintainers; [ ivar jk artemist ];
maintainers = with maintainers; [ jk artemist ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
mainProgram = "Ryujinx";
};

View File

@ -142,7 +142,6 @@ stdenv'.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
cmacrae
shardy
ivar
khaneliman
];
sourceProvenance =

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/recp/cglm";
description = "Highly Optimized Graphics Math (glm) for C";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/d-bahr/CRCpp/releases/tag/release-${version}";
description = "Easy to use and fast C++ CRC library";
platforms = platforms.all;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.bsd3;
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/ArthurSonzogni/FTXUI/blob/v${version}/CHANGELOG.md";
description = "Functional Terminal User Interface library for C++";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/codeplea/genann";
description = "Simple neural network library in ANSI C";
license = licenses.zlib;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/zraorg/ZRA";
description = "Library for ZStandard random access";
platforms = platforms.all;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.bsd3;
};
}

View File

@ -30,6 +30,6 @@ stdenvNoCC.mkDerivation rec {
changelog = "https://github.com/vinniefalco/LuaBridge/blob/${version}/CHANGES.md";
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://oatpp.io/";
description = "Light and powerful C++ web framework for highly scalable and resource-efficient web applications";
license = licenses.asl20;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
inherent design complexities and limitations.
'';
license = lib.licenses.lgpl2Only;
maintainers = [ lib.maintainers.ivar ];
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "sdbus-c++-xml2cpp";
};

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tinyobjloader/tinyobjloader";
description = "Tiny but powerful single file wavefront obj loader";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "API Wrapper for amiiboapi.com";
homepage = "https://github.com/XiehCanCode/amiibo.py";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
homepage = "https://discordpy.rtfd.org/";
changelog = "https://github.com/Rapptz/discord.py/blob/v${version}/docs/whats_new.rst";
license = licenses.mit;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
homepage = "https://github.com/ShayHill/docx2python";
description = "Extract docx headers, footers, (formatted) text, footnotes, endnotes, properties, and images";
changelog = "https://github.com/ShayHill/docx2python/blob/${src.rev}/CHANGELOG.md";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.mit;
};
}

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python dependency injection framework, inspired by Guice";
homepage = "https://github.com/alecthomas/injector";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.bsd3;
};
}

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Unofficial python api for Erowid, PsychonautWiki and AskTheCaterpillar";
homepage = "https://github.com/OpenJarbas/PySychonaut";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.asl20;
};
}

View File

@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for calculating, analyzing, and visualizing drug combination synergy";
homepage = "https://github.com/djwooten/synergy";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
license = licenses.gpl3Plus;
};
}

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Simple Ants simulator";
mainProgram = "antsimulator";
license = licenses.mit;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sergiou87/open-supaplex";
changelog = "https://github.com/sergiou87/open-supaplex/blob/master/changelog/v${version}.txt";
license = licenses.gpl3Only;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.linux; # Many more are supported upstream, but only linux is tested.
mainProgram = "opensupaplex";
};

View File

@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";
mainProgram = "soh";
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [ ivar j0lol matteopacini ];
maintainers = with lib.maintainers; [ j0lol matteopacini ];
license = with lib.licenses; [
# OTRExporter, OTRGui, ZAPDTR, libultraship
mit

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
'';
mainProgram = "sm64ex";
license = licenses.unfree;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
} // extraMeta;
}

View File

@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.mit;
platforms = platforms.darwin;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Userspace daemon to combine joy-cons from the hid-nintendo kernel driver";
mainProgram = "joycond";
license = licenses.gpl3Only;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -43,6 +43,6 @@ in linux.override {
passthru.updateScript = ./update-libre.sh;
maintainers = with lib.maintainers; [ qyliss ivar ];
maintainers = with lib.maintainers; [ qyliss ];
};
}

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tomaspinho/rtl8821ce";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ hhm ivar ];
maintainers = with maintainers; [ hhm ];
broken = stdenv.isAarch64 || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened);
};
}

View File

@ -34,6 +34,6 @@ mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -17,7 +17,7 @@ buildGoModule rec {
description = "Web server for multi-language, real-time synchronization and searchable documentation";
homepage = "https://asouldocs.dev/";
license = licenses.mit;
maintainers = with maintainers; [ ivar anthonyroussel ];
maintainers = with maintainers; [ anthonyroussel ];
mainProgram = "asouldocs";
};
}

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/stoeckmann/xwallpaper";
description = "Utility for setting wallpapers in X";
license = licenses.isc;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "xwallpaper";
};

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/The-4n/hacPack";
description = "Make and repack Nintendo Switch NCAs/NSPs";
license = licenses.gpl2Only;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "hacpack";
};

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Tool to manipulate common file formats for the Nintendo Switch";
longDescription = "A tool to view information about, decrypt, and extract common file formats for the Nintendo Switch, especially Nintendo Content Archives";
license = licenses.isc;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
mainProgram = "hactool";
};

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/MCredstoner2004/ImageLOL";
description = "Simple program to store a file into a PNG image";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "ImageLOL";
};

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Convert Nintendo Switch executable files to ELFs";
license = licenses.unfree; # No license specified upstream
platforms = [ "x86_64-linux" ]; # Should work on Darwin as well, but this is untested. aarch64-linux fails.
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "nx2elf";
};
}

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "FUSE filesystem to mount squashfs archives";
homepage = "https://github.com/vasi/squashfuse";
maintainers = [ ];
maintainers = [ ];
platforms = lib.platforms.unix;
license = "BSD-2-Clause";
};

View File

@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
that ensures the patched executable is never run with EAC enabled (unless explicity told to do so). Use at your own risk!
'';
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "er-patcher";
};
}

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
mainProgram = "amidst";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3Only;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
mainProgram = "fabric-installer";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -37,7 +37,7 @@ runCommand "optifine-${mcVersion}" {
'';
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "optifine";
};

View File

@ -84,7 +84,7 @@ buildDotnetModule rec {
binaryNativeCode
];
license = licenses.mit;
maintainers = [maintainers.ivar];
maintainers = [ ];
mainProgram = "OpenTracker";
platforms = ["x86_64-linux"];
};

View File

@ -68,7 +68,7 @@ stdenvNoCC.mkDerivation rec {
changelog = "https://github.com/google/agi/releases/tag/v${version}";
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
maintainers = with maintainers; [ ivar kashw2 ];
maintainers = with maintainers; [ kashw2 ];
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode

View File

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
homepage = "https://developer.qualcomm.com/software/snapdragon-profiler";
description = "An profiler for Android devices running Snapdragon chips";
license = licenses.unfree;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -38,7 +38,7 @@ buildGoModule rec {
homepage = "https://github.com/asiermarques/adrgen";
description = "Command-line tool for generating and managing Architecture Decision Records";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "adrgen";
};
}

View File

@ -23,7 +23,7 @@ in appimageTools.wrapType2 {
description = "Installer for BetterDiscord";
homepage = "https://betterdiscord.app";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "betterdiscord-installer";
};

View File

@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
description = "Utility for managing BetterDiscord on Linux";
license = licenses.mit;
mainProgram = "betterdiscordctl";
maintainers = with maintainers; [ ivar bb010g ];
maintainers = with maintainers; [ bb010g ];
platforms = platforms.linux;
};
}

View File

@ -18,7 +18,7 @@ buildGoModule rec {
description = "Multitree-based personal task manager";
homepage = "https://github.com/climech/grit";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "grit";
};
}

View File

@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
via backlight (currently only for embedded displays) and gamma. Multiple monitors are supported.
'';
license = licenses.gpl3Only;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
homepage = "https://gitlab.com/leinardi/gwe";
platforms = platforms.linux;
license = licenses.gpl3Only;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
mainProgram = "gwe";
};
}

View File

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sitkevij/hex/releases/tag/v${version}";
mainProgram = "hx";
license = licenses.mit;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/kira64xyz/yafetch";
description = "Yet another fetch clone written in C++";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ivar ashley ];
maintainers = with maintainers; [ ashley ];
platforms = platforms.linux;
mainProgram = "yafetch";
};

View File

@ -18,6 +18,6 @@ buildGoModule rec {
mainProgram = "pbgopy";
homepage = "https://github.com/nakabonne/pbgopy";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}