Skip to content

Commit c3ae1bb

Browse files
hyperpolymathclaude
andcommitted
fix: correct email jonathan.jewell → j.d.a.jewell
Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 382408b commit c3ae1bb

43 files changed

Lines changed: 51 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository-code: "https://github.com/hyperpolymath/docudactyl"
1111
authors:
1212
- family-names: "Jewell"
1313
given-names: "Jonathan D.A."
14-
email: "jonathan.jewell@open.ac.uk"
14+
email: "j.d.a.jewell@open.ac.uk"
1515
alias: "hyperpolymath"
1616
keywords:
1717
- document-processing

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ man:
284284
".SH DESCRIPTION" \
285285
"HPC document processing engine for British Library scale corpora." \
286286
".SH AUTHOR" \
287-
"Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>" \
287+
"Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>" \
288288
> docs/man/{{project}}.1
289289
echo "Generated: docs/man/{{project}}.1"
290290
@@ -771,7 +771,7 @@ generate-abi-header:
771771
printf ' * Struct size: %s bytes (proven in Layout.idr)\n' "$STRUCT_SIZE"
772772
printf ' *\n'
773773
printf ' * SPDX-License-Identifier: PMPL-1.0-or-later\n'
774-
printf ' * Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <jonathan.jewell@open.ac.uk>\n'
774+
printf ' * Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>\n'
775775
printf ' */\n\n'
776776
printf '#ifndef DOCUDACTYL_FFI_H\n'
777777
printf '#define DOCUDACTYL_FFI_H\n\n'

contractiles/k9/examples/ci-config.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "ci-config",
2020
version = "1.0.0",
2121
description = "CI/CD configuration with runtime validation",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

contractiles/k9/examples/project-metadata.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "project-metadata",
2020
version = "1.0.0",
2121
description = "Pure data configuration for project metadata",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

@@ -36,7 +36,7 @@ K9!
3636

3737
author = {
3838
name = "Jonathan D.A. Jewell",
39-
email = "jonathan.jewell@open.ac.uk",
39+
email = "j.d.a.jewell@open.ac.uk",
4040
organization = "The Open University",
4141
},
4242

contractiles/k9/examples/setup-repo.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ K9!
2020
name = "setup-repo",
2121
version = "1.0.0",
2222
description = "Automated repository setup with RSR standards",
23-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
23+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2424
},
2525
warnings = [
2626
"This component has full system access",
@@ -105,7 +105,7 @@ K9!
105105
commands = [
106106
"git init -b %{config.git.default_branch}",
107107
"git config user.name 'Jonathan D.A. Jewell'",
108-
"git config user.email 'jonathan.jewell@open.ac.uk'",
108+
"git config user.email 'j.d.a.jewell@open.ac.uk'",
109109
"echo '✓ Git initialized'",
110110
],
111111
},

contractiles/k9/template-hunt.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ K9!
2020
name = "TODO: component-name",
2121
version = "1.0.0",
2222
description = "TODO: Detailed description of what this component does",
23-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
23+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2424
},
2525
warnings = [
2626
"This component has full system access",

contractiles/k9/template-kennel.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "TODO: component-name",
2020
version = "1.0.0",
2121
description = "TODO: Brief description of what this component contains",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

contractiles/k9/template-yard.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ K9!
1919
name = "TODO: component-name",
2020
version = "1.0.0",
2121
description = "TODO: Brief description with validation details",
22-
author = "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>",
22+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
2323
},
2424
},
2525

deploy/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# docudactyl-hpc --manifestPath=/manifest.txt
1010
#
1111
# SPDX-License-Identifier: PMPL-1.0-or-later
12-
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <jonathan.jewell@open.ac.uk>
12+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
1313

1414
# ── Stage 1: Build ──────────────────────────────────────────────────
1515
FROM registry.fedoraproject.org/fedora:43 AS builder

deploy/slurm-docudactyl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Chapel uses GASNet for multi-locale communication.
88
#
99
# SPDX-License-Identifier: PMPL-1.0-or-later
10-
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <jonathan.jewell@open.ac.uk>
10+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
1111

1212
#SBATCH --job-name=docudactyl-hpc
1313
#SBATCH --nodes=64

0 commit comments

Comments
 (0)