about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/ccache
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/development/tools/misc/ccache
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/development/tools/misc/ccache')
-rw-r--r--pkgs/development/tools/misc/ccache/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/ccache/default.nix b/pkgs/development/tools/misc/ccache/default.nix
index b905f5e8ed5ed..94fca742b6d35 100644
--- a/pkgs/development/tools/misc/ccache/default.nix
+++ b/pkgs/development/tools/misc/ccache/default.nix
@@ -102,7 +102,7 @@ let ccache = stdenv.mkDerivation rec {
     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;
   };
 };