summaryrefslogtreecommitdiffstats
path: root/content/projects.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects.md')
-rw-r--r--content/projects.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/projects.md b/content/projects.md
index 1ec7fe3..e435c72 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -4,20 +4,20 @@ title: "projects i've worked on"
### conf
-* [Source](https://github.com/doy/conf)
+* [Source](https://git.tozt.net/conf)
My (extensive) collection of configuration files.
### runes
-* [Source](https://github.com/doy/runes)
+* [Source](https://git.tozt.net/runes)
Runes is a VT100 terminal emulator for Linux written in C.
### reply
* [CPAN](https://metacpan.org/release/Reply)
-* [Source](https://github.com/doy/reply)
+* [Source](https://git.tozt.net/reply)
Reply is a customizable and lightweight REPL for Perl. It provides features
like pluggable tab completion, automatic class loading and refreshing, history
@@ -28,7 +28,7 @@ plugin system.
### Spreadsheet::ParseXLSX
* [CPAN](https://metacpan.org/release/Spreadsheet-ParseXLSX)
-* [Source](https://github.com/doy/spreadsheet-parsexlsx)
+* [Source](https://git.tozt.net/spreadsheet-parsexlsx)
Spreadsheet::ParseXLSX is a Perl module which can read .xlsx files (as
generated by new versions of Microsoft Excel). It handles reading both the data
@@ -56,7 +56,7 @@ extensions, such as MooseX::NonMoose and MooseX::Aliases.
### Text::Handlebars
* [CPAN](https://metacpan.org/release/Text-Handlebars)
-* [Source](https://github.com/doy/text-handlebars)
+* [Source](https://git.tozt.net/text-handlebars)
Text::Handlebars is a port of the Handlebars.js templating language to Perl. It
uses a custom parser on top of the Xslate template engine framework. It