python310Packages.authheaders: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-28 10:03:39 +02:00 committed by GitHub
parent bc577a2485
commit 745fd3cac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [ ];
};