python311Packages.aiosmtplib: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-03 23:08:36 +01:00
committed by GitHub
parent 450f52a79f
commit 3757febe2f
@@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "cole";
repo = pname;
rev = "v${version}";
repo = "aiosmtplib";
rev = "refs/tags/v${version}";
hash = "sha256-67Z+k+PBIGP2oGb/52dMtsapUsHufvFcX+wWiMj5Jsg=";
};
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module which provides a SMTP client";
homepage = "https://github.com/cole/aiosmtplib";
changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};