1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-23 01:41:05 +03:00

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; { 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"; description = "Cartographic Projections Library";
homepage = "https://proj.org/"; homepage = "https://proj.org/";
license = licenses.mit; license = licenses.mit;