Commit edc2b4b1 authored by adisbladis's avatar adisbladis
Browse files

goofys: remove adisbladis as maintainer

parent b1f7b033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };