about summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2021-05-22 10:47:40 -0400
committerGitHub <noreply@github.com>2021-05-22 16:47:40 +0200
commitcd4780fab4fd0652cc55109cca5a8e9e893f603d (patch)
tree9e462653c823ab84efd659378e201fbe1efcee96 /pkgs/tools/package-management
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
downloadnixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.gz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.bz2
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.lz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.xz
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.zst
nixlib-cd4780fab4fd0652cc55109cca5a8e9e893f603d.zip
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/protontricks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/protontricks/default.nix b/pkgs/tools/package-management/protontricks/default.nix
index 0934ef1028db..f82dc0e4bc01 100644
--- a/pkgs/tools/package-management/protontricks/default.nix
+++ b/pkgs/tools/package-management/protontricks/default.nix
@@ -50,7 +50,7 @@ buildPythonApplication rec {
     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;
   };
 }