protozero: add changelog URLs

This commit is contained in:
Raphael Borun Das Gupta 2022-01-28 01:05:02 +01:00
parent 5665a1beeb
commit 6334d1c94c

View file

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
description = "Minimalistic protocol buffer decoder and encoder in C++";
homepage = "https://github.com/mapbox/protozero";
license = with licenses; [ bsd2 asl20 ];
changelog = [
"https://github.com/mapbox/protozero/releases/tag/v${version}"
"https://github.com/mapbox/protozero/blob/v${version}/CHANGELOG.md"
];
maintainers = with maintainers; [ das-g ];
};
}