python312Packages.pyais: update changelog

This commit is contained in:
Fabian Affolter
2024-09-21 21:55:45 +02:00
committed by GitHub
parent 9e0046ff23
commit 6d6723c0d7
@@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)";
homepage = "https://github.com/M0r13n/pyais";
changelog = "https://github.com/M0r13n/pyais/blob/${version}/CHANGELOG.txt";
changelog = "https://github.com/M0r13n/pyais/blob/v${version}/CHANGELOG.txt";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};