From bab4f9265edec9dabdc70e47ccb75b9a94089042 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Fri, 4 Jul 2025 15:15:47 -0300 Subject: [PATCH] taproot-assets: update homepage and description The protocol was renamed to Taproot Assets several years ago. GitHub repo was also renamed. --- pkgs/by-name/ta/taproot-assets/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; };