@@ 5,17 5,15 @@ title = "projects"
no_header = true
+++
-## [redux-rs][redux-rs]
+## [git-mirror][git-mirror]
-A Rust implementation of Redux, the state management solution.
+A simple tool for mirroring a remote git repository to another one.
---
-## [heron][heron]
-
-Heron's method of approximating a square root, implemented in Rust.
+## [COPR][copr]
-Includes a WASM example.
+I maintain a few COPR repositories packaging software for RHEL/Fedora.
---
@@ 25,6 23,14 @@ My ongoing attempt to solve Project Euler in Rust.
---
+## [heron][heron]
+
+Heron's method of approximating a square root, implemented in Rust.
+
+Includes a WASM example.
+
+---
+
## [human][human]
A small program which was mainly intended to get me started in Rust.
@@ 32,7 38,8 @@ A small program which was mainly intended to get me started in Rust.
It takes one number as an input and outputs the English words for that number.
-[redux-rs]: https://github.com/redux-rs/redux-rs
+[git-mirror]: https://git.sr.ht/~janbaudisch/git-mirror
+[copr]: https://copr.fedorainfracloud.org/coprs/janbaudisch
+[euler]: https://git.sr.ht/~janbaudisch/euler-rs
[heron]: https://github.com/janbaudisch/heron
-[euler]: https://github.com/janbaudisch/euler
[human]: https://github.com/janbaudisch/human