diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-20 15:58:18 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 00:04:19 -0400 |
commit | 731bde4f68014caeca82d72e43c04a7b755148f8 (patch) | |
tree | 725d0851550e15eb83290308fec14d837e40409f /cmd/generate/forge_part_pipermail.go | |
parent | 6fc6b0f6b440a92334a668da1af468dd84531a4b (diff) |
mv cmd/generate/mailstuff/ lib/mailstuff/ # and supporting
Diffstat (limited to 'cmd/generate/forge_part_pipermail.go')
-rw-r--r-- | cmd/generate/forge_part_pipermail.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/generate/forge_part_pipermail.go b/cmd/generate/forge_part_pipermail.go index af6a009..e7c9e4c 100644 --- a/cmd/generate/forge_part_pipermail.go +++ b/cmd/generate/forge_part_pipermail.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "git.lukeshu.com/www/cmd/generate/mailstuff" + "git.lukeshu.com/www/lib/mailstuff" ) var ( |