From 254bd88078b62950bd83c6410ecbebe3475c5429 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 3 Feb 2017 21:04:54 +0100 Subject: [PATCH] package.json: use https://github.com/aubio/node-aubio, simplify description --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3db53a3..571663c 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "node-aubio", "version": "0.0.2", - "description": "Node.js bindings for audio software aubio", + "description": "Node.js bindings for aubio", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "https://github.com/grayleonard/node-aubio.git" + "url": "https://github.com/aubio/node-aubio.git" }, "keywords": [ "audio", @@ -20,9 +20,9 @@ "author": "Gray Leonard", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/grayleonard/node-aubio/issues" + "url": "https://github.com/aubio/node-aubio/issues" }, - "homepage": "https://github.com/grayleonard/node-aubio", + "homepage": "https://github.com/aubio/node-aubio", "dependencies": { "ffi": "^2.0.0", "ref": "^1.3.2" -- 2.11.0