Skip to content

Commit

Permalink
Replace references to the old squaremo/amqp.name repo with ones to am…
Browse files Browse the repository at this point in the history
…qp-node/amqplib
  • Loading branch information
cressie176 committed Dec 28, 2024
1 parent c8ae9cd commit b2c82f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log for amqplib

## Unreleased
- Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib

## Changes in v0.10.5

git log v0.10.4..v0.10.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+.

This library does not implement [AMQP
1.0](https://github.com/squaremo/amqp.node/issues/63) or [AMQP
0-10](https://github.com/squaremo/amqp.node/issues/94).
1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP
0-10](https://github.com/amqp-node/amqplib/issues/94).

Project status:

Expand Down
2 changes: 1 addition & 1 deletion bin/generate-defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ println(
'/** @preserve This file is generated by the script\n',
'* ../bin/generate-defs.js, which is not in general included in a\n',
'* distribution, but is available in the source repository e.g. at\n',
'* https://github.com/squaremo/amqp.node/\n',
'* https://github.com/amqp-node/amqplib/\n',
'*/');

println("'use strict';"); nl();
Expand Down
2 changes: 1 addition & 1 deletion lib/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var CLIENT_PROPERTIES = {
"product": "amqplib",
"version": require('../package.json').version,
"platform": fmt('Node.JS %s', process.version),
"information": "http://squaremo.github.io/amqp.node",
"information": "https://amqp-node.github.io/amqplib/",
"capabilities": {
"publisher_confirms": true,
"exchange_exchange_bindings": true,
Expand Down

0 comments on commit b2c82f5

Please sign in to comment.