Skip to content

Commit 5ff25b8

Browse files
committed
git-gui: po/README: update repository location and maintainer
Signed-off-by: Johannes Sixt <[email protected]>
1 parent 5c95773 commit 5ff25b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

po/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ them.
2121
You would then need to clone the git-gui project repository and create
2222
a feature branch to begin working:
2323

24-
$ git clone git://repo.or.cz/git-gui.git
25-
$ cd git-gui.git
24+
$ git clone https://github.com/j6t/git-gui
25+
$ cd git-gui
2626
$ git checkout -b my-translation
2727

2828
The "git checkout" command creates a new branch to keep your work
@@ -153,7 +153,7 @@ your patch series to the maintainer and the Git mailing list:
153153
$ git add po/af.po
154154
$ git commit -s -m 'git-gui: added Afrikaans translation.'
155155
$ git send-email --to '[email protected]' \
156-
--cc 'Pat Thoyts <[email protected]>' \
156+
--cc 'Johannes Sixt <[email protected]>' \
157157
--subject 'git-gui: Afrikaans translation' \
158158
master..
159159

0 commit comments

Comments
 (0)