goofys: remove adisbladis as maintainer

This commit is contained in:
adisbladis
2024-10-17 02:34:31 +00:00
parent b1f7b0338e
commit edc2b4b15e
+1 -1
View File
@@ -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";
};