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 ];