proj: fix changelog file URL

(cherry picked from commit 9aea39cab1)
This commit is contained in:
Ivan Mincik
2025-06-03 09:32:49 +02:00
committed by github-actions[bot]
parent cd3ef2939b
commit 40ba443a84

View File

@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = with lib; {
changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.rev}/NEWS";
changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.rev}/NEWS.md";
description = "Cartographic Projections Library";
homepage = "https://proj.org/";
license = licenses.mit;