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-07 08:52:45 -05:00
committed by ehmry
co-authored by Fabian Affolter
parent 2247e925d6
commit 92e2442544
+1 -1
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;