duplicity: add meta.changelog

This commit is contained in:
Robert Schütz
2024-08-19 02:28:28 -07:00
parent 2d421238d7
commit bbf93c95bd
+1
View File
@@ -147,6 +147,7 @@ let self = python3.pkgs.buildPythonApplication rec {
};
meta = with lib; {
changelog = "https://gitlab.com/duplicity/duplicity/-/blob/${src.rev}/CHANGELOG.md";
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = "https://duplicity.gitlab.io/duplicity-web/";
license = licenses.gpl2Plus;