Merge pull request #157075 from das-g/libosmium

libosmium: add changelog URLs
This commit is contained in:
Renaud 2022-02-19 15:03:30 +01:00 committed by GitHub
commit 480ce6d2ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
description = "Fast and flexible C++ library for working with OpenStreetMap data";
homepage = "https://osmcode.org/libosmium/";
license = licenses.boost;
changelog = [
"https://github.com/osmcode/libosmium/releases/tag/v${version}"
"https://github.com/osmcode/libosmium/blob/v${version}/CHANGELOG.md"
];
maintainers = with maintainers; [ das-g ];
};
}