From 5342770a64a491201871f407643f6b52b42004cc Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sun, 28 Dec 2025 17:44:56 +0000 Subject: [PATCH] Update repository URLs to Gitea server --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc2c62b..eb0322a 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f ```bash # Clone the repository -git clone https://github.com/MarketAlly/TouchEffect.git +git clone https://git.marketally.com/marketally/TouchEffect.Maui.git # Build the project dotnet build src/Maui.TouchEffect/TouchEffect.Maui.csproj @@ -379,11 +379,11 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - Based on the original [TouchEffect](https://github.com/AbuMandworking/TouchEffect) by Andrei (MIT License) - Original [Xamarin Community Toolkit](https://github.com/xamarin/XamarinCommunityToolkit) team - [.NET MAUI](https://github.com/dotnet/maui) team -- All [contributors](https://github.com/MarketAlly/TouchEffect/graphs/contributors) +- All [contributors](https://git.marketally.com/marketally/TouchEffect.Maui/activity) ## Support -- [Report Issues](https://github.com/MarketAlly/TouchEffect.Maui/issues) +- [Report Issues](https://git.marketally.com/marketally/TouchEffect.Maui/issues) - Star this repository if you find it helpful! ---