lol

Merge pull request #157075 from das-g/libosmium

libosmium: add changelog URLs

authored by

Renaud and committed by
GitHub
480ce6d2 5e76c962

+4
+4
pkgs/development/libraries/libosmium/default.nix
··· 23 23 description = "Fast and flexible C++ library for working with OpenStreetMap data"; 24 24 homepage = "https://osmcode.org/libosmium/"; 25 25 license = licenses.boost; 26 + changelog = [ 27 + "https://github.com/osmcode/libosmium/releases/tag/v${version}" 28 + "https://github.com/osmcode/libosmium/blob/v${version}/CHANGELOG.md" 29 + ]; 26 30 maintainers = with maintainers; [ das-g ]; 27 31 }; 28 32 }