mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Add homepage URL instead of variable
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
47d633a968
commit
2247e925d6
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue