Point changelog to tag instead of master

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Simon Schoeters 2022-06-04 14:26:14 +00:00 committed by ehmry
parent 2247e925d6
commit 92e2442544

View File

@ -21,7 +21,7 @@ buildGoModule rec {
meta = with lib; {
description = "Simple command line Bluetooth LE scanner";
homepage = "https://gitlab.com/jtaimisto/bluewalker";
changelog = "https://gitlab.com/jtaimisto/${pname}/-/raw/master/CHANGELOG";
changelog = "https://gitlab.com/jtaimisto/bluewalker/-/tags/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ cimm ];
platforms = platforms.linux;