diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec index 5e5b336..5b5394c 100644 --- a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Authorization 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>Add an OAuth 2.0 Authorization Server role to an ASP.NET web application, allowing it to authorize calls to its users' protected data on resource servers.</summary> |