Commit 6265a15c authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.jaraco-email: fix meta.changelog

parent 2a32ed51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;