Commit 4474bdc5 authored by Mario Rodas's avatar Mario Rodas
Browse files

bindfs: add changelog to meta

parent 915bfd53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;