diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec index fd9312a..edd4ae7 100644 --- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Resource Server</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Authorize incoming HTTP requests based on an OAuth 2 access token obtained from an OAuth 2 Authorization Server.</summary> |