mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
Merge pull request #157075 from das-g/libosmium
libosmium: add changelog URLs
This commit is contained in:
commit
480ce6d2ce
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user