diff --git a/LICENSE b/LICENSE index 3c990db..c33001c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Bobby Brennan +Copyright (c) 2016 Robert Brennan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bc36f07..b14c0d4 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ let parser = new Parser({ ``` ## Contributing -Contributions are welcome! If you are adding a feature or fixing a bug, please be sure to add a [test case](https://github.com/bobby-brennan/rss-parser/tree/master/test/input) +Contributions are welcome! If you are adding a feature or fixing a bug, please be sure to add a [test case](https://github.com/rbren/rss-parser/tree/master/test/input) ### Running Tests The tests run the RSS parser for several sample RSS feeds in `test/input` and outputs the resulting JSON into `test/output`. If there are any changes to the output files the tests will fail. diff --git a/bower.json b/bower.json index 1eb4eb7..da16b1e 100644 --- a/bower.json +++ b/bower.json @@ -4,10 +4,10 @@ "version": "1.1.0", "main": "dist/rss-parser.js", "authors": [ - "Bobby Brennan" + "Robert Brennan" ], "license": "MIT", - "homepage": "https://github.com/bobby-brennan/rss-parser", + "homepage": "https://github.com/rbren/rss-parser", "moduleType": [ "node" ], diff --git a/package.json b/package.json index 9d73327..ec318db 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "mocha --reporter-option maxDiffSize=0 --exit", "build": "./scripts/build.sh" }, - "author": "Bobby Brennan", + "author": "Robert Brennan", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.4", @@ -35,12 +35,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bobby-brennan/rss-parser.git" + "url": "git+https://github.com/rbren/rss-parser.git" }, "bugs": { - "url": "https://github.com/bobby-brennan/rss-parser/issues" + "url": "https://github.com/rbren/rss-parser/issues" }, - "homepage": "https://github.com/bobby-brennan/rss-parser#readme", + "homepage": "https://github.com/rbren/rss-parser#readme", "description": "A lightweight RSS parser, for Node and the browser", "keywords": [ "RSS",