python310Packages.vdirsyncer: update meta

This commit is contained in:
Mario Rodas 2023-07-16 14:45:00 +00:00
parent e251fec900
commit bb887636a2

View File

@ -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 ];
};
}