python310Packages.apprise: update license

This commit is contained in:
Fabian Affolter 2023-02-28 18:37:51 +01:00 committed by Martin Weinelt
parent 36a48532ea
commit e81d5eb22f

View File

@ -73,7 +73,7 @@ buildPythonPackage rec {
description = "Push Notifications that work with just about every platform";
homepage = "https://github.com/caronc/apprise";
changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
license = licenses.mit;
license = licenses.bsd3;
maintainers = with maintainers; [ marsam ];
};
}