From 2247e925d697cdfe529ccdbb021fc6ac90fe8b92 Mon Sep 17 00:00:00 2001 From: Simon Schoeters Date: Sat, 4 Jun 2022 14:25:22 +0000 Subject: [PATCH] Add homepage URL instead of variable Co-authored-by: Fabian Affolter --- pkgs/tools/bluetooth/bluewalker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/bluetooth/bluewalker/default.nix b/pkgs/tools/bluetooth/bluewalker/default.nix index 8aa113f04513..8063355b7059 100644 --- a/pkgs/tools/bluetooth/bluewalker/default.nix +++ b/pkgs/tools/bluetooth/bluewalker/default.nix @@ -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 ];