taproot-assets: update homepage and description

The protocol was renamed to Taproot Assets several years ago.
GitHub repo was also renamed.
This commit is contained in:
Boris Nagaev 2025-07-04 15:15:47 -03:00
parent 911fb17000
commit bab4f9265e
No known key found for this signature in database

View File

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