physfs: update meta

This commit is contained in:
Mario Rodas 2022-10-28 04:20:00 +00:00
parent 7abe36086d
commit e46efbe793

View File

@ -25,10 +25,11 @@ let
'';
meta = with lib; {
homepage = "http://icculus.org/physfs/";
homepage = "https://icculus.org/physfs/";
description = "Library to provide abstract access to various archives";
license = licenses.free;
platforms = platforms.unix;
changelog = "https://github.com/icculus/physfs/releases/tag/release-${version}";
license = licenses.zlib;
platforms = platforms.all;
};
};