diff --git a/pkgs/by-name/ta/taproot-assets/package.nix b/pkgs/by-name/ta/taproot-assets/package.nix index 4f230fdfe359..3b8dda61e1f9 100644 --- a/pkgs/by-name/ta/taproot-assets/package.nix +++ b/pkgs/by-name/ta/taproot-assets/package.nix @@ -28,8 +28,8 @@ buildGoModule rec { ]; meta = with lib; { - description = "Daemon for the Taro protocol specification"; - homepage = "https://github.com/lightninglabs/taro"; + description = "Daemon for the Taproot Assets protocol specification"; + homepage = "https://github.com/lightninglabs/taproot-assets"; license = licenses.mit; maintainers = with maintainers; [ prusnak ]; };