shapelib: add meta.changelog

This commit is contained in:
Emery Hemingway 2024-08-15 09:06:57 +01:00
parent bdf14f104b
commit 04331f0eab

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = "http://shapelib.maptools.org/";
license = licenses.gpl2;
maintainers = with maintainers; teams.geospatial.members ++ [ ehmry ];
changelog = "http://shapelib.maptools.org/release.html";
};
}