# HG changeset patch # User Steve Losh # Date 1577134311 18000 # Node ID a372e4e37c2c47953f37cf3a42e5c23742e69d77 # Parent b183c1d51530d9e85d4d830831babaf3c5a08c03 Update URLs diff -r b183c1d51530 -r a372e4e37c2c README.markdown --- a/README.markdown Mon Jan 01 10:37:56 2018 +1100 +++ b/README.markdown Mon Dec 23 15:51:51 2019 -0500 @@ -75,10 +75,8 @@ Installing and setting up `t` will take about one minute. -First, [download][] the newest version or clone the Mercurial repository -(`hg clone http://bitbucket.org/sjl/t/`). Put it anywhere you like. - -[download]: http://bitbucket.org/sjl/t/get/tip.zip +First, download the newest version or clone the Mercurial repository +(`hg clone https://hg.sr.ht/~sjl/t/`). Put it anywhere you like. Next, decide where you want to keep your todo lists. I put mine in `~/tasks`. Create that directory: @@ -219,8 +217,8 @@ bells and whistles. If you want to contribute code to `t`, that's great! Fork the -[Mercurial repository][] on BitBucket or the [git mirror][] on GitHub and send me +[Mercurial repository][] on Source Hut or the [git mirror][] on GitHub and send me a pull request. -[Mercurial repository]: http://bitbucket.org/sjl/t/ +[Mercurial repository]: https://hg.sr.ht/~sjl/t/ [git mirror]: http://github.com/sjl/t/ diff -r b183c1d51530 -r a372e4e37c2c setup.py --- a/setup.py Mon Jan 01 10:37:56 2018 +1100 +++ b/setup.py Mon Dec 23 15:51:51 2019 -0500 @@ -8,7 +8,7 @@ version='1.2.0', author='Steve Losh', author_email='steve@stevelosh.com', - url='http://bitbucket.org/sjl/t', + url='https://hg.sr.ht/~sjl/t', py_modules=['t'], entry_points={ 'console_scripts': [