diff options
Diffstat (limited to 'dev-dotnet/cake/metadata.xml')
| -rw-r--r-- | dev-dotnet/cake/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/dev-dotnet/cake/metadata.xml b/dev-dotnet/cake/metadata.xml index 00dd7dbecd37..e9ed12e30288 100644 --- a/dev-dotnet/cake/metadata.xml +++ b/dev-dotnet/cake/metadata.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>dotnet@gentoo.org</email> + <name>Gentoo Dotnet Project</name> + </maintainer> + <longdescription> Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages. </longdescription> - <upstream> - <bugs-to>https://github.com/cake-build/cake/issues/</bugs-to> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/cake-build/cake/issues/</bugs-to> + <remote-id type="github">cake-build/cake</remote-id> + </upstream> +</pkgmetadata> |
