python310Packages.mailchecker: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 16:58:33 +01:00
parent f6c0dcfb9e
commit 14f2ef9fb9

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for temporary (disposable/throwaway) email detection";
homepage = "https://github.com/FGRibreau/mailchecker";
changelog = "https://github.com/FGRibreau/mailchecker/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};