Merge pull request #1641 from pdokas/patch-1

Updates README Github links from brentsimmons to Ranchero-Software
This commit is contained in:
Brent Simmons 2020-01-17 11:42:07 -08:00 committed by GitHub
commit a6e1775252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# ![Icon](Technotes/Images/icon.png) NetNewsWire
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fbrentsimmons%2FNetNewsWire%2Fbadge&style=flat)](https://actions-badge.atrox.dev/brentsimmons/NetNewsWire/goto)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FRanchero-Software%2FNetNewsWire%2Fbadge&style=flat)](https://actions-badge.atrox.dev/Ranchero-Software/NetNewsWire/goto)
Its a free and open source feed reader for macOS. An iOS version is in progress.
@ -27,7 +27,7 @@ See the [Contributing](CONTRIBUTING.md) page for our process. Its pretty stra
#### Building
```bash
git clone https://github.com/brentsimmons/NetNewsWire.git
git clone https://github.com/Ranchero-Software/NetNewsWire.git
cd NetNewsWire
git submodule update --init --recursive
```