M .build.yml => .build.yml +1 -1
@@ 17,4 17,4 @@ tasks:
python3 update.py
- deploy: |
cd arewe1.0yet
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/1.0.boringcactus.com/
+ rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/
A README.md => README.md +6 -0
@@ 0,0 1,6 @@
+# Are We 1.0 Yet?
+
+tracking the stability of the Rust ecosystem.
+
+source code: <https://git.sr.ht/~boringcactus/arewe1.0yet>
+mailing list: <https://lists.sr.ht/~boringcactus/arewe1.0yet>
M index.html => index.html +1 -1
@@ 89,7 89,7 @@
<footer>
Built by <a href="https://www.boringcactus.com/">boringcactus</a>.
Inspired by <a href="https://pythonwheels.com/">Python Wheels</a>.
- Generator code <a href="https://git.sr.ht/~boringcactus/arewe1.0yet">available</a>.
+ Generator code <a href="https://sr.ht/~boringcactus/arewe1.0yet/">available</a>.
Data pulled at {{ metadata.timestamp }}.
</footer>
</body>