diff options
author | David Christiansen <david.christiansen@civil.lmco.com> | 2015-01-05 11:55:40 +0000 |
---|---|---|
committer | David Christiansen <david.christiansen@civil.lmco.com> | 2015-01-05 11:55:40 +0000 |
commit | 8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f (patch) | |
tree | 6be2c237890022e1f6336b77e577d3ea9f201bca /nuget/DotNetOpenAuth.OAuth2.nuspec | |
parent | a409f200f621915dcd2c4b50b406213b3b6d6359 (diff) | |
download | DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.zip DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.gz DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.bz2 |
Closes #362
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.nuspec b/nuget/DotNetOpenAuth.OAuth2.nuspec index 35dd42c..9949832 100644 --- a/nuget/DotNetOpenAuth.OAuth2.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.nuspec @@ -4,10 +4,10 @@ <id>$identity$.Core</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Core</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>Common functionality required to implement an OAuth 2.0 client, authorization server or resource server.</summary> |