You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AGPL-3.0-or-later → PMPL-1.0-or-later in SPDX-License-Identifier lines
- jonathan.jewell@open.ac.uk → j.d.a.jewell@open.ac.uk
- "hyperpolymath" → "Jonathan D.A. Jewell" in author fields
Part of global TODO cleanup (2026-03-16).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-`src/oracle/Cargo.toml` — currently has NO `authors` field. Add `authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]` after line 5 (after `description`).
171
-
-`src/slm/Cargo.toml` — currently has NO `authors` field. Add `authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]` after line 5 (after `description`).
172
-
-`src/arbiter/mix.exs` — line 1 says `jonathan@hyperpolymath.org`. Change to `jonathan.jewell@open.ac.uk`.
170
+
-`src/oracle/Cargo.toml` — currently has NO `authors` field. Add `authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]` after line 5 (after `description`).
171
+
-`src/slm/Cargo.toml` — currently has NO `authors` field. Add `authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]` after line 5 (after `description`).
172
+
-`src/arbiter/mix.exs` — line 1 says `jonathan@hyperpolymath.org`. Change to `j.d.a.jewell@open.ac.uk`.
173
173
174
174
### Problem
175
175
176
-
The author email `jonathan@hyperpolymath.org` is wrong. The correct email is `jonathan.jewell@open.ac.uk`.
176
+
The author email `jonathan@hyperpolymath.org` is wrong. The correct email is `j.d.a.jewell@open.ac.uk`.
177
177
178
178
### What to Do
179
179
180
-
1. In `Cargo.toml` (root), line 5: change `jonathan@hyperpolymath.org` to `jonathan.jewell@open.ac.uk`.
181
-
2. In `src/contract/Cargo.toml`, line 8: change `jonathan@hyperpolymath.org` to `jonathan.jewell@open.ac.uk`.
180
+
1. In `Cargo.toml` (root), line 5: change `jonathan@hyperpolymath.org` to `j.d.a.jewell@open.ac.uk`.
181
+
2. In `src/contract/Cargo.toml`, line 8: change `jonathan@hyperpolymath.org` to `j.d.a.jewell@open.ac.uk`.
182
182
3. Add `authors` field to `src/oracle/Cargo.toml` after `description`.
183
183
4. Add `authors` field to `src/slm/Cargo.toml` after `description`.
184
-
5. In `src/arbiter/mix.exs`, line 1: change `jonathan@hyperpolymath.org` to `jonathan.jewell@open.ac.uk`.
184
+
5. In `src/arbiter/mix.exs`, line 1: change `jonathan@hyperpolymath.org` to `j.d.a.jewell@open.ac.uk`.
185
185
186
186
### Verification
187
187
@@ -190,7 +190,7 @@ The author email `jonathan@hyperpolymath.org` is wrong. The correct email is `jo
0 commit comments