vifm: add changelog

This commit is contained in:
Daniel Nagy 2021-02-10 23:17:27 +01:00
parent 7b4dc7caae
commit f778e4708b
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -40,5 +40,6 @@ in stdenv.mkDerivation rec {
homepage = "https://vifm.info/";
inherit version;
updateWalker = true;
changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog";
};
}