s3fs: update meta

This commit is contained in:
Mario Rodas 2023-07-23 11:10:00 +00:00
parent f18f372801
commit 1b516c5f5d

View File

@ -24,7 +24,10 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Mount an S3 bucket as filesystem through FUSE"; description = "Mount an S3 bucket as filesystem through FUSE";
license = licenses.gpl2; homepage = "https://github.com/s3fs-fuse/s3fs-fuse";
platforms = platforms.linux ++ platforms.darwin; changelog = "https://github.com/s3fs-fuse/s3fs-fuse/raw/v${version}/ChangeLog";
maintainers = [ ];
license = licenses.gpl2Only;
platforms = platforms.unix;
}; };
} }