452a9a9cba0a

Update URLs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 20:04:07 -0500
parents a372e4e37c2c
children 2cc19f841df2
branches/tags (none)
files README.markdown setup.py

Changes

--- 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/
--- 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': [