Merge pull request #111809 from das-g/osmium-tool-add-changelog-url

osmium-tool: add meta.changelog
This commit is contained in:
Sandro 2021-02-04 17:00:08 +01:00 committed by GitHub
commit cc9d44b2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};