Skip to content

Commit

Permalink
Update files due to username change
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 12, 2019
1 parent d44503e commit cfa0e22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These are supported funding model platforms
patreon: keylo99
patreon: orhunp
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# god [![Release](https://img.shields.io/github/release/KeyLo99/God.svg?style=flat-square)](https://github.com/KeyLo99/God/releases)
[![AUR](https://img.shields.io/aur/version/god-git.svg?style=flat-square)](https://aur.archlinux.org/packages/god-git/) [![Build Status](https://img.shields.io/travis/KeyLo99/God.svg?style=flat-square)](https://travis-ci.org/KeyLo99/God) [![Go Report Card](https://goreportcard.com/badge/github.com/keylo99/god?style=flat-square)](https://goreportcard.com/report/github.com/keylo99/god) [![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square&color=red)](./LICENSE)
# god [![Release](https://img.shields.io/github/release/orhun/God.svg?style=flat-square)](https://github.com/orhun/God/releases)
[![AUR](https://img.shields.io/aur/version/god-git.svg?style=flat-square)](https://aur.archlinux.org/packages/god-git/) [![Build Status](https://img.shields.io/travis/orhun/God.svg?style=flat-square)](https://travis-ci.org/orhun/God) [![Go Report Card](https://goreportcard.com/badge/github.com/orhun/god?style=flat-square)](https://goreportcard.com/report/github.com/orhun/god) [![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square&color=red)](./LICENSE)

### Linux utility for simplifying the Git usage.

Expand Down Expand Up @@ -147,7 +147,7 @@ no changes added to commit (use "git add" and/or "git commit -a")
1 file changed, 14 insertions(+)
[god ~]$ ps o mt
To https://github.com/KeyLo99/God.git
To https://github.com/orhun/God.git
45e8aba..fba7e79 master -> master
```

Expand All @@ -170,4 +170,4 @@ GNU General Public License v3. (see [gpl](https://www.gnu.org/licenses/gpl.txt))

## Credit

Copyright (C) 2019 by KeyLo99 https://www.github.com/KeyLo99
Copyright (C) 2019 by orhun https://www.github.com/orhun
2 changes: 1 addition & 1 deletion god.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func showVersion() {
asciiFigure.Print()
whiteColor.Println("\n ~ god:v" + version)
fmt.Println(" ~ utility for simplifying the git usage" +
"\n ~ github.com/keylo99/god" +
"\n ~ github.com/orhun/god" +
"\n ~ licensed under gplv3\n")
}

Expand Down

0 comments on commit cfa0e22

Please sign in to comment.