bindfs: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-02 04:20:00 +00:00
parent 915bfd5358
commit 4474bdc540

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A FUSE filesystem for mounting a directory to another location";
homepage = "https://bindfs.org";
changelog = "https://github.com/mpartel/bindfs/raw/${version}/ChangeLog";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ lovek323 lovesegfault ];
platforms = lib.platforms.unix;