proj: fix changelog file URL

This commit is contained in:
Ivan Mincik 2025-06-03 09:32:49 +02:00
parent a372d31536
commit 9aea39cab1

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;