diff --git a/build/Elasticsearch.Net.Connection.Thrift.nuspec b/build/Elasticsearch.Net.Connection.Thrift.nuspec
index 804945c28a3..0d26cd28e8f 100644
--- a/build/Elasticsearch.Net.Connection.Thrift.nuspec
+++ b/build/Elasticsearch.Net.Connection.Thrift.nuspec
@@ -5,10 +5,10 @@
1.0.0-beta1
Elasticsearch.Net.Connection.Thrift - Thrift support for Elasticsearch.Net
Martijn Laarman and contributors
- Martijn Laarman
+ Elasticsearch Inc.
http://nest.azurewebsites.net/images/elasticsearch-net-nuget-icon.png
- http://mpdreamz.mit-license.org/
- https://github.com/Mpdreamz/NEST
+ https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt
+ https://github.com/elasticsearch/elasticsearch-net
An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch
false
An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch
diff --git a/build/Elasticsearch.Net.nuspec b/build/Elasticsearch.Net.nuspec
index c4050c440f3..c10b362f745 100644
--- a/build/Elasticsearch.Net.nuspec
+++ b/build/Elasticsearch.Net.nuspec
@@ -5,9 +5,9 @@
1.0.0-beta1
Elasticsearch.Net - official low level elasticsearch client
Martijn Laarman and contributors
- Martijn Laarman
+ Elasticsearch Inc.
http://nest.azurewebsites.net/images/elasticsearch-net-nuget-icon.png
- http://mpdreamz.mit-license.org/
+ https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt
https://github.com/elasticsearch/elasticsearch-net
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
diff --git a/build/NEST.nuspec b/build/NEST.nuspec
index fe197c0e09d..0bed6dc2a91 100644
--- a/build/NEST.nuspec
+++ b/build/NEST.nuspec
@@ -5,10 +5,10 @@
1.0.0-beta1
NEST - Elasticsearch Client
Martijn Laarman and contributors
- Martijn Laarman
+ Elasticsearch Inc.
http://nest.azurewebsites.net/images/nest-nuget-icon.png
- http://mpdreamz.mit-license.org/
- https://github.com/Mpdreamz/NEST
+ https://github.com/elasticsearch/elasticsearch-net/blob/master/license.txt
+ https://github.com/elasticsearch/elasticsearch-net
Strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net
false
Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net