From f2e53bb6a8560d1f44d7f650ed372e5319beb328 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 24 Nov 2022 23:26:42 +0100 Subject: [PATCH] python3Packages.maestral: Add meta.changelog --- pkgs/development/python-modules/maestral/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/maestral/default.nix b/pkgs/development/python-modules/maestral/default.nix index 370655029e42..057d870a83f1 100644 --- a/pkgs/development/python-modules/maestral/default.nix +++ b/pkgs/development/python-modules/maestral/default.nix @@ -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"; }; }