diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec index 6e5005d..f1c8f7d 100644 --- a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Provider (ASP.NET controls)</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 OpenID 1.1/2.0 Provider authentication functionality to a web application using ASP.NET controls.</summary> |