diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dce078..b8a9b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 0.11.1 -* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/defunctzombie/node-util/pull/12)) +* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/goto-bus-stop/node-util/pull/12)) ## 0.11.0 * Add `util.promisify`. diff --git a/README.md b/README.md index 075010b..eb63058 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# util [![Build Status](https://travis-ci.org/defunctzombie/node-util.png?branch=master)](https://travis-ci.org/defunctzombie/node-util) +# util [![Build Status](https://travis-ci.org/browserify/node-util.png?branch=master)](https://travis-ci.org/browserify/node-util) > Node.js's [util][util] module for all engines. diff --git a/package.json b/package.json index 562675a..62360e9 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "util" ], "version": "0.11.1", - "homepage": "https://github.com/defunctzombie/node-util", + "homepage": "https://github.com/browserify/node-util", "repository": { "type": "git", - "url": "git://github.com/defunctzombie/node-util" + "url": "git://github.com/browserify/node-util" }, "main": "./util.js", "files": [