python311Packages.aiosmtpd: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-20 07:00:01 +01:00 committed by Martin Weinelt
parent 804cca754d
commit 611f3174f8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -53,6 +53,7 @@ buildPythonPackage rec {
description = "Asyncio based SMTP server";
mainProgram = "aiosmtpd";
homepage = "https://aiosmtpd.readthedocs.io/";
changelog = "https://github.com/aio-libs/aiosmtpd/releases/tag/v${version}";
longDescription = ''
This is a server for SMTP and related protocols, similar in utility to the
standard library's smtpd.py module.