Add homepage URL instead of variable

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 47d633a968
commit 2247e925d6
+1 -1
View File
@@ -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 ];