about summary refs log tree commit diff
path: root/pkgs/development/libraries/ghc_filesystem/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/ghc_filesystem/default.nix')
-rw-r--r--pkgs/development/libraries/ghc_filesystem/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ghc_filesystem/default.nix b/pkgs/development/libraries/ghc_filesystem/default.nix
index 3232d7d8f6151..8dd65a90e5345 100644
--- a/pkgs/development/libraries/ghc_filesystem/default.nix
+++ b/pkgs/development/libraries/ghc_filesystem/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
     description = "header-only single-file C++ std::filesystem compatible helper library";
     homepage = "https://github.com/gulrak/filesystem";
     license = licenses.mit;
-    maintainers = with maintainers; [ lourkeur ];
+    maintainers = with maintainers; [ bbjubjub ];
   };
 }