libosmium: add changelog URLs
This commit is contained in:
parent
dff905b084
commit
8863674324
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue