Point changelog to tag instead of master
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
2247e925d6
commit
92e2442544
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user