Add homepage URL instead of variable

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

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