From bb887636a272c17a74758700f70f7a686f89303a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 16 Jul 2023 14:45:00 +0000 Subject: [PATCH] python310Packages.vdirsyncer: update meta --- pkgs/development/python-modules/vdirsyncer/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/vdirsyncer/default.nix b/pkgs/development/python-modules/vdirsyncer/default.nix index 2fdcd8b6fa91..9bddbcf39a3c 100644 --- a/pkgs/development/python-modules/vdirsyncer/default.nix +++ b/pkgs/development/python-modules/vdirsyncer/default.nix @@ -72,9 +72,10 @@ buildPythonPackage rec { passthru.tests.version = testers.testVersion { package = vdirsyncer; }; meta = with lib; { - homepage = "https://github.com/pimutils/vdirsyncer"; description = "Synchronize calendars and contacts"; - license = licenses.mit; + homepage = "https://github.com/pimutils/vdirsyncer"; + changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst"; + license = licenses.bsd3; maintainers = with maintainers; [ loewenheim ]; }; }