vorta: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-25 21:08:20 +01:00 committed by GitHub
parent e21ccacb5b
commit c9b7152cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
owner = "borgbase";
repo = "vorta";
rev = "refs/tags/v${version}";
sha256 = "sha256-okxZ1kALB5l94ShStAJLfzD37MLhob8MCzhbqfVISkw=";
hash = "sha256-okxZ1kALB5l94ShStAJLfzD37MLhob8MCzhbqfVISkw=";
};
nativeBuildInputs = [ wrapQtAppsHook ];
@ -84,10 +84,11 @@ python3Packages.buildPythonApplication rec {
];
meta = with lib; {
license = licenses.gpl3Only;
homepage = "https://vorta.borgbase.com/";
maintainers = with maintainers; [ ma27 ];
changelog = "https://github.com/borgbase/vorta/releases/tag/v0.8.10";
description = "Desktop Backup Client for Borg";
homepage = "https://vorta.borgbase.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
};
}