Skip to content

Commit

Permalink
Merge pull request #322266 from eclairevoyant/ivar-remove
Browse files Browse the repository at this point in the history
maintainers: remove ivar
  • Loading branch information
drupol authored Jun 29, 2024
2 parents 2d0d68a + a90e61f commit d788dc1
Show file tree
Hide file tree
Showing 61 changed files with 60 additions and 69 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8763,12 +8763,6 @@
githubId = 650601;
name = "Ivan Tkatchev";
};
ivar = {
email = "[email protected]";
github = "IvarWithoutBones";
githubId = 41924494;
name = "Ivar";
};
ivarmedi = {
email = "[email protected]";
github = "ivarmedi";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ with lib.maintainers;

dotnet = {
members = [
ivar
mdarocha
corngood
ggg
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/display-managers/greetd/tuigreet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/emulators/dolphin-emu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
ashkitten
ivar
];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/flycast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
mainProgram = "flycast";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/goldberg-emu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
mainProgram = "lobby_connect";
license = licenses.lgpl3Only;
platforms = platforms.unix;
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/simplenes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/synergy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/ghr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/i3/swallow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ buildPythonApplication rec {
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "swallow";
maintainers = [ maintainers.ivar ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/di/discordchatexporter-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ry/ryujinx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ya/yabai/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ stdenv'.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
cmacrae
shardy
ivar
khaneliman
];
sourceProvenance =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/cglm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/crcpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ftxui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/genann/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libzra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/luabridge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/oatpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/sdbus-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/tinyobjloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/amiibo-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/discordpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/docx2python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/injector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pysychonaut/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/synergy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/antsimulator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/opensupaplex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/shipwright/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/sm64ex/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
'';
mainProgram = "sm64ex";
license = licenses.unfree;
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
} // extraMeta;
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/swiftbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.mit;
platforms = platforms.darwin;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ ivar ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/joycond/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-libre.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ in linux.override {

passthru.updateScript = ./update-libre.sh;

maintainers = with lib.maintainers; [ qyliss ivar ];
maintainers = with lib.maintainers; [ qyliss ];
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/rtl8821ce/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/asouldocs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xwallpaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/compression/hacpack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/compression/hactool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/compression/imagelol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/compression/nx2elf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
Loading

0 comments on commit d788dc1

Please sign in to comment.