python3Packages.pynmea2: remove changelog

Upstream uploaded version 1.19 to Pypi without tagging the repo,
the request in Knio/pynmea2#160 remains unanswered since 2023
This commit is contained in:
Acid Bong
2026-05-10 13:38:44 +03:00
parent aeb9a43290
commit faf00df846
@@ -35,7 +35,6 @@ buildPythonPackage rec {
meta = {
description = "Python library for the NMEA 0183 protcol";
homepage = "https://github.com/Knio/pynmea2";
changelog = "https://github.com/Knio/pynmea2/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = [ ];
};