Skip to content

Commit 3bee655

Browse files
committed
pointed user-agent to initialstate forked repo
1 parent 8235630 commit 3bee655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Mailchimp.prototype.request = function (options, done) {
123123
var query = options.query;
124124

125125
var headers = {
126-
'User-Agent' : 'mailchimp-api-v3 : https://github.com/thorning/node-mailchimp'
126+
'User-Agent' : 'mailchimp-api-v3 : https://github.com/initialstate/node-mailchimp'
127127
};
128128

129129
// Mailchimp does not respect on the language set in requests bodies for confirmation emails on new subscribers (and maybe other)

0 commit comments

Comments
 (0)