taproot-assets: update homepage and description (#422477)

This commit is contained in:
Wolfgang Walther
2025-07-04 19:10:54 +00:00
committed by GitHub
+2 -2
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 ];
};