about summary refs log tree commit diff
path: root/pkgs/tools/graphics/mangohud
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/graphics/mangohud
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/tools/graphics/mangohud')
-rw-r--r--pkgs/tools/graphics/mangohud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/mangohud/default.nix b/pkgs/tools/graphics/mangohud/default.nix
index 0d3b8ed6f8e43..91022eff31dbf 100644
--- a/pkgs/tools/graphics/mangohud/default.nix
+++ b/pkgs/tools/graphics/mangohud/default.nix
@@ -120,6 +120,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/flightlessmango/MangoHud";
     platforms = platforms.linux;
     license = licenses.mit;
-    maintainers = with maintainers; [ metadark zeratax ];
+    maintainers = with maintainers; [ kira-bruneau zeratax ];
   };
 }