osmium-tool: add meta.changelog

This commit is contained in:
Raphael Borun Das Gupta 2021-02-03 21:58:49 +01:00
parent bd8c677e09
commit 84cbe6e813

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