mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
python311Packages.aiosmtpd: add changelog to meta
This commit is contained in:
parent
804cca754d
commit
611f3174f8
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
|||||||
description = "Asyncio based SMTP server";
|
description = "Asyncio based SMTP server";
|
||||||
mainProgram = "aiosmtpd";
|
mainProgram = "aiosmtpd";
|
||||||
homepage = "https://aiosmtpd.readthedocs.io/";
|
homepage = "https://aiosmtpd.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/aio-libs/aiosmtpd/releases/tag/v${version}";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This is a server for SMTP and related protocols, similar in utility to the
|
This is a server for SMTP and related protocols, similar in utility to the
|
||||||
standard library's smtpd.py module.
|
standard library's smtpd.py module.
|
||||||
|
Loading…
Reference in New Issue
Block a user