python3Packages.jaraco-email: fix meta.changelog (#514592)
This commit is contained in:
@@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/jaraco/jaraco.email/blob/${src.rev}/CHANGES.rst";
|
||||
changelog = "https://github.com/jaraco/jaraco.email/blob/${src.tag}/NEWS.rst";
|
||||
description = "E-mail facilities by jaraco";
|
||||
homepage = "https://github.com/jaraco/jaraco.email";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user