Merge pull request #111809 from das-g/osmium-tool-add-changelog-url
osmium-tool: add meta.changelog
This commit is contained in:
commit
cc9d44b2b9
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library";
|
||||
homepage = "https://osmcode.org/osmium-tool/";
|
||||
changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ gpl3Plus mit bsd3 ];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user