python310Packages.mailchecker: add changelog to meta
This commit is contained in:
parent
f6c0dcfb9e
commit
14f2ef9fb9
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue