diff --git a/pkgs/by-name/gh/ghc_filesystem/package.nix b/pkgs/by-name/gh/ghc_filesystem/package.nix index d823cc9fb6f8..ff9d9c351d8f 100644 --- a/pkgs/by-name/gh/ghc_filesystem/package.nix +++ b/pkgs/by-name/gh/ghc_filesystem/package.nix @@ -31,6 +31,9 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/gulrak/filesystem"; changelog = "https://github.com/gulrak/filesystem/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ bbjubjub ]; + maintainers = with lib.maintainers; [ + bbjubjub + getchoo + ]; }; })