From edc2b4b15e7f78374bc03172f44ac239b3c85c6c Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 17 Oct 2024 02:34:31 +0000 Subject: [PATCH] goofys: remove adisbladis as maintainer --- pkgs/tools/filesystems/goofys/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/goofys/default.nix b/pkgs/tools/filesystems/goofys/default.nix index 06039d529d56..bf4deb7c5c9c 100644 --- a/pkgs/tools/filesystems/goofys/default.nix +++ b/pkgs/tools/filesystems/goofys/default.nix @@ -29,7 +29,7 @@ buildGoModule { homepage = "https://github.com/kahing/goofys"; description = "High-performance, POSIX-ish Amazon S3 file system written in Go"; license = [ lib.licenses.mit ]; - maintainers = [ lib.maintainers.adisbladis ]; + maintainers = [ ]; broken = stdenv.hostPlatform.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042 mainProgram = "goofys"; };