summaryrefslogtreecommitdiffstats
path: root/content/projects.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 02:25:04 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 02:25:04 -0400
commitdbc83b3535251f9b07a6474a1027cb8cd6096bad (patch)
tree47e73952a3e4a9a573c310c6385506c721a2fc25 /content/projects.md
parente2c37401407a8ddfb163a95587d418890a2a4baf (diff)
downloadtozt-hugo-dbc83b3535251f9b07a6474a1027cb8cd6096bad.tar.gz
tozt-hugo-dbc83b3535251f9b07a6474a1027cb8cd6096bad.zip
repoint a handful of links to my personal git host
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