Skip to content

Commit a9d7b6f

Browse files
committed
(build) Update metadata
After transfer to cake-contrib organisation, change metadata away from redth own account.
1 parent 5fe7cd5 commit a9d7b6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

recipe.cake

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ BuildParameters.SetParameters(context: Context,
66
buildSystem: BuildSystem,
77
sourceDirectoryPath: "./source/",
88
title: "Cake.ExtendedNuGet",
9-
repositoryOwner: "redth",
9+
repositoryOwner: "cake-contrib",
1010
repositoryName: "Cake.ExtendedNuGet",
11-
appVeyorAccountName: "redth",
11+
appVeyorAccountName: "cakecontrib",
1212
shouldRunCodecov: false,
1313
shouldRunDotNetCorePack: true,
1414
shouldRunDupFinder: false,

source/Cake.ExtendedNuGet/Cake.ExtendedNuGet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<Summary>Cake build aliases for NuGet package inspection.</Summary>
1313
<PackageTags>Cake Script Build</PackageTags>
1414
<Authors>Redth</Authors>
15-
<Owners>Redth</Owners>
16-
<PackageProjectUrl>https://github.com/redth/Cake.ExtendedNuGet</PackageProjectUrl>
15+
<Owners>Redth, cake-contrib</Owners>
16+
<PackageProjectUrl>https://github.com/cake-contrib/Cake.ExtendedNuGet</PackageProjectUrl>
1717
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/cake-contrib/Cake.ExtendedNuGet.git</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)