# HG changeset patch # User Steve Losh # Date 1579050247 18000 # Node ID 452a9a9cba0a25a7dc35447fa4ab10d1ed21b9ab # Parent a372e4e37c2c47953f37cf3a42e5c23742e69d77 Update URLs diff -r a372e4e37c2c -r 452a9a9cba0a README.markdown --- a/README.markdown Mon Dec 23 15:51:51 2019 -0500 +++ b/README.markdown Tue Jan 14 20:04:07 2020 -0500 @@ -76,7 +76,7 @@ Installing and setting up `t` will take about one minute. First, download the newest version or clone the Mercurial repository -(`hg clone https://hg.sr.ht/~sjl/t/`). Put it anywhere you like. +(`hg clone https://hg.stevelosh.com/t/`). Put it anywhere you like. Next, decide where you want to keep your todo lists. I put mine in `~/tasks`. Create that directory: @@ -216,9 +216,9 @@ [todo.txt][] or [TaskWarrior][] instead. They're great tools with lots of bells and whistles. -If you want to contribute code to `t`, that's great! Fork the -[Mercurial repository][] on Source Hut or the [git mirror][] on GitHub and send me -a pull request. +If you want to contribute code to `t`, that's great! Get the [Mercurial +repository][] or the [git mirror][] on GitHub and send me a patch or pull +request. -[Mercurial repository]: https://hg.sr.ht/~sjl/t/ +[Mercurial repository]: https://hg.stevelosh.com/t/ [git mirror]: http://github.com/sjl/t/ diff -r a372e4e37c2c -r 452a9a9cba0a setup.py --- a/setup.py Mon Dec 23 15:51:51 2019 -0500 +++ b/setup.py Tue Jan 14 20:04:07 2020 -0500 @@ -8,7 +8,7 @@ version='1.2.0', author='Steve Losh', author_email='steve@stevelosh.com', - url='https://hg.sr.ht/~sjl/t', + url='https://hg.stevelosh.com/t', py_modules=['t'], entry_points={ 'console_scripts': [