protozero: add changelog URLs

main
Raphael Borun Das Gupta 2 years ago
parent 5665a1beeb
commit 6334d1c94c
  1. 4
      pkgs/development/libraries/protozero/default.nix

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

Loading…
Cancel
Save