summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
diff options
context:
space:
mode:
authorDavid Christiansen <david.christiansen@civil.lmco.com>2015-01-05 11:55:40 +0000
committerDavid Christiansen <david.christiansen@civil.lmco.com>2015-01-05 11:55:40 +0000
commit8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f (patch)
tree6be2c237890022e1f6336b77e577d3ea9f201bca /nuget/DotNetOpenAuth.OAuth2.Client.nuspec
parenta409f200f621915dcd2c4b50b406213b3b6d6359 (diff)
downloadDotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.zip
DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.gz
DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.bz2
Closes #362
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.Client.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.nuspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
index 19b76c8..29e56a2 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
@@ -4,10 +4,10 @@
<id>$identity$</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Client</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 Client role to an ASP.NET web application, allowing it to make authorized calls to its visitors' protected data on other resource servers.</summary>