python3Packages.aiosmtplib: cleanup

This commit is contained in:
Gaetan Lepage
2026-09-16 14:00:50 +00:00
parent 29452a53b4
commit fdffa9859a

View File

@@ -1,10 +1,14 @@
{
lib,
aiosmtpd,
buildPythonPackage,
fetchFromGitHub,
hypothesis,
# build-system
hatchling,
# tests
aiosmtpd,
hypothesis,
pytest-asyncio,
pytestCheckHook,
trustme,
@@ -37,7 +41,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Module which provides a SMTP client";
homepage = "https://github.com/cole/aiosmtplib";
changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/cole/aiosmtplib/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};