python3Packages.maestral: Add meta.changelog
This commit is contained in:
parent
f493aa0497
commit
f2e53bb6a8
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user