maintainers: rename metadark -> kira-bruneau (#124035)

Changed files
+24 -24
maintainers
nixos
modules
hardware
programs
pkgs
applications
audio
zynaddsubfx
editors
networking
feedreaders
newsflash
version-management
git-review
development
python-modules
debugpy
pygls
pytest-datadir
vdf
tools
cmake-language-server
misc
ccache
texlab
games
clonehero
os-specific
linux
xpadneo
shells
bash
undistract-me
tools
audio
yabridge
yabridgectl
graphics
mangohud
vkBasalt
package-management
protontricks
+2 -2
maintainers/maintainer-list.nix
···
email = "softs@metabarcoding.org";
name = "Celine Mercier";
};
-
metadark = {
+
kira-bruneau = {
email = "kira.bruneau@pm.me";
name = "Kira Bruneau";
-
github = "metadark";
+
github = "kira-bruneau";
githubId = 382041;
};
meutraa = {
+1 -1
nixos/modules/hardware/xpadneo.nix
···
};
meta = {
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
nixos/modules/programs/bash/undistract-me.nix
···
};
meta = {
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/applications/audio/zynaddsubfx/default.nix
···
else "https://zynaddsubfx.sourceforge.io";
license = licenses.gpl2;
-
maintainers = with maintainers; [ goibhniu metadark ];
+
maintainers = with maintainers; [ goibhniu kira-bruneau ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/audio/zynaddsubfx/mruby-zest/default.nix
···
description = "The Zest Framework used in ZynAddSubFX's UI";
homepage = "https://github.com/mruby-zest";
license = licenses.lgpl21;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/editors/poke/default.nix
···
description = "Interactive, extensible editor for binary data";
homepage = "http://www.jemarch.net/poke";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ AndersonTorres metadark ];
+
maintainers = with maintainers; [ AndersonTorres kira-bruneau ];
platforms = platforms.unix;
changelog = "https://git.savannah.gnu.org/cgit/poke.git/plain/ChangeLog?h=releases/poke-${version}";
};
+1 -1
pkgs/applications/networking/feedreaders/newsflash/default.nix
···
description = "A modern feed reader designed for the GNOME desktop";
homepage = "https://gitlab.com/news-flash/news_flash_gtk";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/applications/version-management/git-review/default.nix
···
description = "Tool to submit code to Gerrit";
homepage = "https://opendev.org/opendev/git-review";
license = licenses.asl20;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/development/python-modules/debugpy/default.nix
···
description = "An implementation of the Debug Adapter Protocol for Python";
homepage = "https://github.com/microsoft/debugpy";
license = licenses.mit;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "i686-darwin" ];
};
}
+1 -1
pkgs/development/python-modules/pygls/default.nix
···
description = "Pythonic generic implementation of the Language Server Protocol";
homepage = "https://github.com/openlawlibrary/pygls";
license = licenses.asl20;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/development/python-modules/pytest-datadir/default.nix
···
homepage = "https://github.com/gabrielcnr/pytest-datadir";
description = "pytest plugin for manipulating test data directories and files";
license = licenses.mit;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/development/python-modules/vdf/default.nix
···
description = "Library for working with Valve's VDF text format";
homepage = "https://github.com/ValvePython/vdf";
license = licenses.mit;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/development/tools/cmake-language-server/default.nix
···
homepage = "https://github.com/regen100/cmake-language-server";
description = "CMake LSP Implementation";
license = licenses.mit;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/development/tools/misc/ccache/default.nix
···
homepage = "https://ccache.dev";
downloadPage = "https://ccache.dev/download.html";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ metadark r-burns ];
+
maintainers = with maintainers; [ kira-bruneau r-burns ];
platforms = platforms.unix;
};
};
+1 -1
pkgs/development/tools/misc/texlab/default.nix
···
description = "An implementation of the Language Server Protocol for LaTeX";
homepage = "https://texlab.netlify.app";
license = licenses.mit;
-
maintainers = with maintainers; [ doronbehar metadark ];
+
maintainers = with maintainers; [ doronbehar kira-bruneau ];
};
}
+1 -1
pkgs/games/clonehero/default.nix
···
description = "Clone of Guitar Hero and Rockband-style games";
homepage = "https://clonehero.net";
license = licenses.unfree;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/os-specific/linux/xpadneo/default.nix
···
description = "Advanced Linux driver for Xbox One wireless controllers";
homepage = "https://atar-axis.github.io/xpadneo";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/shells/bash/undistract-me/default.nix
···
description = "Notifies you when long-running terminal commands complete";
homepage = "https://github.com/jml/undistract-me";
license = licenses.mit;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/tools/audio/yabridge/default.nix
···
description = "Yet Another VST bridge, run Windows VST2 plugins under Linux";
homepage = "https://github.com/robbert-vdh/yabridge";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/tools/audio/yabridgectl/default.nix
···
description = "A small, optional utility to help set up and update yabridge for several directories at once";
homepage = "https://github.com/robbert-vdh/yabridge/tree/master/tools/yabridgectl";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
};
}
+1 -1
pkgs/tools/graphics/mangohud/default.nix
···
homepage = "https://github.com/flightlessmango/MangoHud";
platforms = platforms.linux;
license = licenses.mit;
-
maintainers = with maintainers; [ metadark zeratax ];
+
maintainers = with maintainers; [ kira-bruneau zeratax ];
};
}
+1 -1
pkgs/tools/graphics/vkBasalt/default.nix
···
description = "A Vulkan post processing layer for Linux";
homepage = "https://github.com/DadSchoorse/vkBasalt";
license = licenses.zlib;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/package-management/protontricks/default.nix
···
description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
homepage = "https://github.com/Matoking/protontricks";
license = licenses.gpl3Only;
-
maintainers = with maintainers; [ metadark ];
+
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;
};
}