# Newman Repository has a New Location

Our dear old command line companion of Postman, [Newman](https://blog.postman.com/meet-newman-a-command-line-companion-for-postman/), has found a new home under [Postman Labs Github organisation](https://github.com/postmanlabs).

> **<https://github.com/postmanlabs/newman>**

 For the most part it affects nothing (except for settling beside the rest of our projects!). As per [Github's documentation on repository transfer](https://help.github.com/articles/transferring-a-repository/), every link is redirected to the new location, including issues, forks, and everything else that matters. If you have a local clone of the repository, it would continue to function normally. Nevertheless, to make it less confusing, you should [update your git remote URL](https://help.github.com/articles/changing-a-remote-s-url/). ```
 
git remote set-url origin https://github.com/postmanlabs/newman.git
 

```

 If you're having any issue accessing the new repository, let us know.