git: 265012cbcc38 - main - finance/freqtrade: Correct pkg-descr

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 02 Jan 2024 06:11:37 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=265012cbcc38f5bd42cc3dada2c0033faa219f45

commit 265012cbcc38f5bd42cc3dada2c0033faa219f45
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-02 05:27:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-02 06:11:32 +0000

    finance/freqtrade: Correct pkg-descr
---
 finance/freqtrade/pkg-descr | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/finance/freqtrade/pkg-descr b/finance/freqtrade/pkg-descr
index 511715400773..6133bb1f7a78 100644
--- a/finance/freqtrade/pkg-descr
+++ b/finance/freqtrade/pkg-descr
@@ -1,4 +1,4 @@
-pycoingecko is Pi ython wrapper for the CoinGecko API.
-
-CoinGecko provides information about cryptocurrency prices, excghange rates,
-market caps, etc.
+Freqtrade is a free and open source crypto trading bot written in Python.
+It is designed to support all major exchanges and be controlled via Telegram or
+webUI. It contains backtesting, plotting and money management tools as well as
+strategy optimization by machine learning.