python311Packages.owslib: update changelog entry

This commit is contained in:
Fabian Affolter
2023-11-08 08:03:17 +01:00
committed by GitHub
parent d49b063dd0
commit b598bfd494
@@ -70,7 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for Open Geospatial Consortium web service interface standards";
homepage = "https://www.osgeo.org/projects/owslib/";
changelog = "https://github.com/geopython/OWSLib/blob/${version}/CHANGES.rst";
changelog = "https://github.com/geopython/OWSLib/releases/tag/${version}";
license = licenses.bsd3;
maintainers = teams.geospatial.members;
};