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

This commit is contained in:
Kira Bruneau 2021-05-22 10:47:40 -04:00 committed by GitHub
parent dcd5d9a8e5
commit cd4780fab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 24 additions and 24 deletions

View file

@ -6458,10 +6458,10 @@
email = "softs@metabarcoding.org"; email = "softs@metabarcoding.org";
name = "Celine Mercier"; name = "Celine Mercier";
}; };
metadark = { kira-bruneau = {
email = "kira.bruneau@pm.me"; email = "kira.bruneau@pm.me";
name = "Kira Bruneau"; name = "Kira Bruneau";
github = "metadark"; github = "kira-bruneau";
githubId = 382041; githubId = 382041;
}; };
meutraa = { meutraa = {

View file

@ -24,6 +24,6 @@ in
}; };
meta = { meta = {
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -31,6 +31,6 @@ in
}; };
meta = { meta = {
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
else "https://zynaddsubfx.sourceforge.io"; else "https://zynaddsubfx.sourceforge.io";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu metadark ]; maintainers = with maintainers; [ goibhniu kira-bruneau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
description = "The Zest Framework used in ZynAddSubFX's UI"; description = "The Zest Framework used in ZynAddSubFX's UI";
homepage = "https://github.com/mruby-zest"; homepage = "https://github.com/mruby-zest";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -66,7 +66,7 @@ in stdenv.mkDerivation rec {
description = "Interactive, extensible editor for binary data"; description = "Interactive, extensible editor for binary data";
homepage = "http://www.jemarch.net/poke"; homepage = "http://www.jemarch.net/poke";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres metadark ]; maintainers = with maintainers; [ AndersonTorres kira-bruneau ];
platforms = platforms.unix; platforms = platforms.unix;
changelog = "https://git.savannah.gnu.org/cgit/poke.git/plain/ChangeLog?h=releases/poke-${version}"; changelog = "https://git.savannah.gnu.org/cgit/poke.git/plain/ChangeLog?h=releases/poke-${version}";
}; };

View file

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
description = "A modern feed reader designed for the GNOME desktop"; description = "A modern feed reader designed for the GNOME desktop";
homepage = "https://gitlab.com/news-flash/news_flash_gtk"; homepage = "https://gitlab.com/news-flash/news_flash_gtk";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonApplication rec {
description = "Tool to submit code to Gerrit"; description = "Tool to submit code to Gerrit";
homepage = "https://opendev.org/opendev/git-review"; homepage = "https://opendev.org/opendev/git-review";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -94,7 +94,7 @@ buildPythonPackage rec {
description = "An implementation of the Debug Adapter Protocol for Python"; description = "An implementation of the Debug Adapter Protocol for Python";
homepage = "https://github.com/microsoft/debugpy"; homepage = "https://github.com/microsoft/debugpy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "i686-darwin" ]; platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "i686-darwin" ];
}; };
} }

View file

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Pythonic generic implementation of the Language Server Protocol"; description = "Pythonic generic implementation of the Language Server Protocol";
homepage = "https://github.com/openlawlibrary/pygls"; homepage = "https://github.com/openlawlibrary/pygls";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gabrielcnr/pytest-datadir"; homepage = "https://github.com/gabrielcnr/pytest-datadir";
description = "pytest plugin for manipulating test data directories and files"; description = "pytest plugin for manipulating test data directories and files";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
description = "Library for working with Valve's VDF text format"; description = "Library for working with Valve's VDF text format";
homepage = "https://github.com/ValvePython/vdf"; homepage = "https://github.com/ValvePython/vdf";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonApplication rec {
homepage = "https://github.com/regen100/cmake-language-server"; homepage = "https://github.com/regen100/cmake-language-server";
description = "CMake LSP Implementation"; description = "CMake LSP Implementation";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -102,7 +102,7 @@ let ccache = stdenv.mkDerivation rec {
homepage = "https://ccache.dev"; homepage = "https://ccache.dev";
downloadPage = "https://ccache.dev/download.html"; downloadPage = "https://ccache.dev/download.html";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark r-burns ]; maintainers = with maintainers; [ kira-bruneau r-burns ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };

View file

@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
description = "An implementation of the Language Server Protocol for LaTeX"; description = "An implementation of the Language Server Protocol for LaTeX";
homepage = "https://texlab.netlify.app"; homepage = "https://texlab.netlify.app";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ doronbehar metadark ]; maintainers = with maintainers; [ doronbehar kira-bruneau ];
}; };
} }

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
description = "Clone of Guitar Hero and Rockband-style games"; description = "Clone of Guitar Hero and Rockband-style games";
homepage = "https://clonehero.net"; homepage = "https://clonehero.net";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Advanced Linux driver for Xbox One wireless controllers"; description = "Advanced Linux driver for Xbox One wireless controllers";
homepage = "https://atar-axis.github.io/xpadneo"; homepage = "https://atar-axis.github.io/xpadneo";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -74,6 +74,6 @@ stdenvNoCC.mkDerivation rec {
description = "Notifies you when long-running terminal commands complete"; description = "Notifies you when long-running terminal commands complete";
homepage = "https://github.com/jml/undistract-me"; homepage = "https://github.com/jml/undistract-me";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -149,7 +149,7 @@ in stdenv.mkDerivation rec {
description = "Yet Another VST bridge, run Windows VST2 plugins under Linux"; description = "Yet Another VST bridge, run Windows VST2 plugins under Linux";
homepage = "https://github.com/robbert-vdh/yabridge"; homepage = "https://github.com/robbert-vdh/yabridge";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View file

@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
description = "A small, optional utility to help set up and update yabridge for several directories at once"; 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"; homepage = "https://github.com/robbert-vdh/yabridge/tree/master/tools/yabridgectl";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
}; };
} }

View file

@ -120,6 +120,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/flightlessmango/MangoHud"; homepage = "https://github.com/flightlessmango/MangoHud";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ metadark zeratax ]; maintainers = with maintainers; [ kira-bruneau zeratax ];
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A Vulkan post processing layer for Linux"; description = "A Vulkan post processing layer for Linux";
homepage = "https://github.com/DadSchoorse/vkBasalt"; homepage = "https://github.com/DadSchoorse/vkBasalt";
license = licenses.zlib; license = licenses.zlib;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -50,7 +50,7 @@ buildPythonApplication rec {
description = "A simple wrapper for running Winetricks commands for Proton-enabled games"; description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
homepage = "https://github.com/Matoking/protontricks"; homepage = "https://github.com/Matoking/protontricks";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }