Unverified Commit 745fd3ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.authheaders: add changelog to meta

parent bc577a24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library for the generation of email authentication headers";
    homepage = "https://github.com/ValiMail/authentication-headers";
    changelog = "https://github.com/ValiMail/authentication-headers/blob${version}/CHANGES";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };