Skip to content

Commit 281fdfc

Browse files
committed
Update Toby's contact info
1 parent 8ba0ce9 commit 281fdfc

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Analyse one or more files for deskewing.
137137

138138
# Examples
139139

140-
Just about all of [these files](https://web.archive.org/web/20231024133854/http://docs.telegraphics.com.au/) have been
140+
Just about all of [these files](https://docs.telegraphics.net/) have been
141141
deskewed this way.
142142

143143
# Getting the best results
@@ -206,7 +206,7 @@ poetry poe test
206206

207207
```
208208
This file is part of "hough", which detects skew angles in scanned images
209-
Copyright (C) 2016-2020 Toby Thain <toby@telegraphics.com.au>
209+
Copyright (C) 2016-2020 Toby Thain <toby@telegraphics.net>
210210
Copyright (C) 2020-2025 Joan Touzet <wohali@apache.org>
211211
212212
This program is free software; you can redistribute it and/or modify

hough/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# vim: ts=4:sw=4:et:tw=88:nowrap
44

55
# This file is part of hough, an image deskewing tool
6-
# Copyright © 2016-2020 Toby Thain <toby@telegraphics.com.au>
6+
# Copyright © 2016-2020 Toby Thain <toby@telegraphics.net>
77
# Copyright © 2020-2025 Joan Touzet <joant@atypical.net>
88
#
99
# This program is free software; you can redistribute it and/or modify

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
name = "hough"
3131
version = "0.3.1"
3232
description = "Skew detection and correction in scanned images."
33-
authors = ["Joan Touzet <wohali@apache.org>", "qu1j0t3 <support@telegraphics.com.au>"]
33+
authors = ["Joan Touzet <wohali@apache.org>", "Toby Thain <support@telegraphics.net>"]
3434
maintainers = ["Joan Touzet <wohali@apache.org>"]
3535
repository = "https://github.com/wohali/hough"
3636
keywords = ["hough", "scan", "rotate", "deskew"]

0 commit comments

Comments
 (0)