Skip to content

Commit

Permalink
Fix broken URLs in project file (#23)
Browse files Browse the repository at this point in the history
- Fix package project URL to point at https://ghul.dev
- Remove .git from the repository URL
  • Loading branch information
degory committed Feb 3, 2024
1 parent d108660 commit a8c1d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghul-templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Description>Templates for creating ghūl projects</Description>
<PackageTags>dotnet-new;templates;ghul;ghūl;degory</PackageTags>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageProjectUrl>https://github.com/degory/ghul-templates</PackageProjectUrl>
<PackageProjectUrl>https://ghul.dev</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/degory/ghul-templates.git</RepositoryUrl>
<RepositoryUrl>https://github.com/degory/ghul-templates</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit a8c1d31

Please sign in to comment.