Loading pkgs/by-name/wt/wtcat/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "WebTransport CLI"; homepage = "https://github.com/pervrosen/wtcat"; changelog = "https://github.com/pervrosen/wtcat/releases/tag/v${finalAttrs.src.tag}"; changelog = "https://github.com/pervrosen/wtcat/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "wtcat"; Loading Loading
pkgs/by-name/wt/wtcat/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "WebTransport CLI"; homepage = "https://github.com/pervrosen/wtcat"; changelog = "https://github.com/pervrosen/wtcat/releases/tag/v${finalAttrs.src.tag}"; changelog = "https://github.com/pervrosen/wtcat/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "wtcat"; Loading