From fb8266dba1e2903ca93242c61c6670dee50d959d Mon Sep 17 00:00:00 2001 From: Tyler Brinks Date: Wed, 7 Feb 2024 11:46:52 -0700 Subject: [PATCH] Fixed package and project URLs --- src/ExCSS/ExCSS.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ExCSS/ExCSS.csproj b/src/ExCSS/ExCSS.csproj index 0f42e22..8967ff2 100644 --- a/src/ExCSS/ExCSS.csproj +++ b/src/ExCSS/ExCSS.csproj @@ -11,11 +11,11 @@ ExCSS is a CSS 2.1 and CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support. - https://github.com/matherm-aboehm/ExCSS + https://github.com/TylerBrinks/ExCSS MIT readme.md git - https://github.com/matherm-aboehm/ExCSS + https://github.com/TylerBrinks/ExCSS true false false