Merge pull request #157075 from das-g/libosmium
libosmium: add changelog URLs
This commit is contained in:
commit
480ce6d2ce
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";
|
description = "Fast and flexible C++ library for working with OpenStreetMap data";
|
||||||
homepage = "https://osmcode.org/libosmium/";
|
homepage = "https://osmcode.org/libosmium/";
|
||||||
license = licenses.boost;
|
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 ];
|
maintainers = with maintainers; [ das-g ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue