Skip to content

Commit

Permalink
README: Update GitHub URIs (fixes Coveralls badge)
Browse files Browse the repository at this point in the history
Coveralls doesn't know that tools-life/taskwiki is the same repo as
tbabej/taskwiki so we need to update this. The rest redirects
automatically and is updated just for consistency.

Gitter room is still called tbabej/taskwiki.
landscape.io is probably dead but the badge still works so I'm not
touching that one either.
  • Loading branch information
liskin authored and tbabej committed Sep 18, 2020
1 parent 7a2b0d9 commit 4b8ef36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_Proper project management in vim.
Standing on the shoulders of vimwiki and Taskwarrior_

[![GitHub Actions build status](https://github.com/tbabej/taskwiki/workflows/tests/badge.svg?branch=master)](https://github.com/tbabej/taskwiki/actions)
[![Coverage Status](https://coveralls.io/repos/tbabej/taskwiki/badge.svg?branch=master)](https://coveralls.io/r/tbabej/taskwiki?branch=master)
[![GitHub Actions build status](https://github.com/tools-life/taskwiki/workflows/tests/badge.svg?branch=master)](https://github.com/tools-life/taskwiki/actions)
[![Coverage Status](https://coveralls.io/repos/tools-life/taskwiki/badge.svg?branch=master)](https://coveralls.io/r/tools-life/taskwiki?branch=master)
[![Code Health](https://landscape.io/github/tbabej/taskwiki/master/landscape.svg?style=flat)](https://landscape.io/github/tbabej/taskwiki/master)
[![Chat with developers](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tbabej/taskwiki)

Expand Down Expand Up @@ -43,7 +43,7 @@ developed with Python2 compatibility in mind.
Using pathogen (or similar vim plugin manager), the taskwiki install is
as simple as:

git clone https://github.com/tbabej/taskwiki ~/.vim/bundle/taskwiki
git clone https://github.com/tools-life/taskwiki ~/.vim/bundle/taskwiki

However, make sure your box satisfies the requirements stated above.

Expand Down Expand Up @@ -265,7 +265,7 @@ Taskwarrior community. Come hang out at #taskwarrior on Freenode.

### Contributing

Code and issue tracker is hosted at: https://github.com/tbabej/taskwiki
Code and issue tracker is hosted at: https://github.com/tools-life/taskwiki

Feel free to submit pull requests and/or file issues for bugs and suggestions.

Expand Down Expand Up @@ -300,6 +300,6 @@ and consider using a virtual machine or [Xvfb](https://www.x.org/releases/X11R7.

#### Known issues

When `tzlocal` library can't detect your local timezone, it has to be set [explicitly](https://github.com/tbabej/taskwiki/issues/110) using the environment variable `TZ`. For example, before launching vim:
When `tzlocal` library can't detect your local timezone, it has to be set [explicitly](https://github.com/tools-life/taskwiki/issues/110) using the environment variable `TZ`. For example, before launching vim:

export TZ="Europe/Prague"

0 comments on commit 4b8ef36

Please sign in to comment.