Add MIT LICENSE and fix repository URLs

This commit is contained in:
logikonline
2025-12-19 04:33:01 -05:00
parent d87124fef2
commit 86d6559151
3 changed files with 25 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rendering.
[![Build Status](https://github.com/anthropics/maui-linux/actions/workflows/ci.yml/badge.svg)](https://github.com/anthropics/maui-linux/actions)
[![Build Status](https://github.com/open-maui/maui-linux/actions/workflows/ci.yml/badge.svg)](https://github.com/open-maui/maui-linux/actions)
[![NuGet](https://img.shields.io/nuget/v/Microsoft.Maui.Controls.Linux)](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
@@ -141,7 +141,7 @@ app.Run();
## Building from Source
```bash
git clone https://github.com/anthropics/maui-linux.git
git clone https://github.com/open-maui/maui-linux.git
cd maui-linux
dotnet build
dotnet test