python3Packages.maestral: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:26:42 +01:00
parent f493aa0497
commit f2e53bb6a8
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -91,9 +91,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Open-source Dropbox client for macOS and Linux";
homepage = "https://maestral.app";
changelog = "https://github.com/samschott/maestral/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg sfrijters ];
platforms = platforms.unix;
homepage = "https://maestral.app";
};
}