python310Packages.pysnmplib: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-22 21:42:21 +01:00
parent df6d9466c2
commit bc4b3e2851
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Implementation of v1/v2c/v3 SNMP engine";
homepage = "https://github.com/pysnmp/pysnmp";
changelog = "https://github.com/pysnmp/pysnmp/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};