Skip to content

Commit 337d214

Browse files
committed
docs(governance): use j.d.a.jewell@open.ac.uk as canonical contact email
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
1 parent a962020 commit 337d214

26 files changed

Lines changed: 37 additions & 37 deletions

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,
116116

117117
| Method | Details | Best For |
118118
|--------|---------|----------|
119-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com | Detailed reports, sensitive matters |
119+
| **Email** | j.d.a.jewell@open.ac.uk | Detailed reports, sensitive matters |
120120
| **Private Message** | Contact any maintainer directly | Quick questions, minor issues |
121121
| **Anonymous Form** | [Link to form if available] | When you need anonymity |
122122

@@ -211,7 +211,7 @@ For contributors with elevated access (Perimeter 2 or 1):
211211
If you believe an enforcement decision was made in error:
212212

213213
1. **Wait 7 days** after the decision (cooling-off period)
214-
2. **Email** 6759885+hyperpolymath@users.noreply.github.com with subject line "Appeal: [Original Report ID]"
214+
2. **Email** j.d.a.jewell@open.ac.uk with subject line "Appeal: [Original Report ID]"
215215
3. **Explain** why you believe the decision should be reconsidered
216216
4. **Provide** any new information not previously available
217217

@@ -291,7 +291,7 @@ We thank these communities for their leadership in creating welcoming spaces.
291291
If you have questions about this Code of Conduct:
292292

293293
- Open a [Discussion](https://github.com/hyperpolymath/nextgen-databases/discussions) (for general questions)
294-
- Email 6759885+hyperpolymath@users.noreply.github.com (for private questions)
294+
- Email j.d.a.jewell@open.ac.uk (for private questions)
295295
- Contact any maintainer directly
296296

297297
---

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
4040

4141
| | |
4242
|---|---|
43-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
43+
| **Email** | j.d.a.jewell@open.ac.uk |
4444

4545
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
4646
@@ -351,7 +351,7 @@ When using Nextgen Databases, we recommend:
351351

352352
| Purpose | Contact |
353353
|---------|---------|
354-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or 6759885+hyperpolymath@users.noreply.github.com |
354+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or j.d.a.jewell@open.ac.uk |
355355
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/nextgen-databases/discussions) |
356356
| **Other enquiries** | See [README](README.adoc) for contact information |
357357

lithoglyph/beam/test/lith_beam_smoke_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MPL-2.0
22
// (PMPL-1.0-or-later preferred; MPL-2.0 required for Gleam ecosystem tooling)
3-
// Author: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
3+
// Author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
44
//
55
// Lithoglyph BEAM smoke tests — Gleam gleeunit suite.
66
//

lithoglyph/glyphbase/SECURITY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Replace all {{PLACEHOLDER}} values with your information:
88
Nextgen Databases - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
nextgen-databases - Repository name
11-
6759885+hyperpolymath@users.noreply.github.com - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
[PGP fingerprint not set] - Your PGP key fingerprint (40 chars, no spaces)
1313
{{PGP_KEY_URL}} - URL to your public PGP key
1414
{{WEBSITE}} - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) |
6363
| **Fingerprint** | `[PGP fingerprint not set]` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL {{PGP_KEY_URL}} | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint 6759885+hyperpolymath@users.noreply.github.com
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient 6759885+hyperpolymath@users.noreply.github.com report.txt
73+
gpg --armor --encrypt --recipient j.d.a.jewell@open.ac.uk report.txt
7474
```
7575

7676
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
@@ -383,7 +383,7 @@ When using Nextgen Databases, we recommend:
383383

384384
| Purpose | Contact |
385385
|---------|---------|
386-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or 6759885+hyperpolymath@users.noreply.github.com |
386+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or j.d.a.jewell@open.ac.uk |
387387
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/nextgen-databases/discussions) |
388388
| **Other enquiries** | See [README](README.md) for contact information |
389389

lithoglyph/gql-dt/SECURITY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Replace all {{PLACEHOLDER}} values with your information:
88
Nextgen Databases - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
nextgen-databases - Repository name
11-
6759885+hyperpolymath@users.noreply.github.com - Security contact email
11+
j.d.a.jewell@open.ac.uk - Security contact email
1212
[PGP fingerprint not set] - Your PGP key fingerprint (40 chars, no spaces)
1313
{{PGP_KEY_URL}} - URL to your public PGP key
1414
{{WEBSITE}} - Your website/domain
@@ -58,7 +58,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
5858

5959
| | |
6060
|---|---|
61-
| **Email** | 6759885+hyperpolymath@users.noreply.github.com |
61+
| **Email** | j.d.a.jewell@open.ac.uk |
6262
| **PGP Key** | [Download Public Key]({{PGP_KEY_URL}}) |
6363
| **Fingerprint** | `[PGP fingerprint not set]` |
6464

@@ -67,10 +67,10 @@ If you cannot use GitHub Security Advisories, you may email us directly:
6767
curl -sSL {{PGP_KEY_URL}} | gpg --import
6868

6969
# Verify fingerprint
70-
gpg --fingerprint 6759885+hyperpolymath@users.noreply.github.com
70+
gpg --fingerprint j.d.a.jewell@open.ac.uk
7171

7272
# Encrypt your report
73-
gpg --armor --encrypt --recipient 6759885+hyperpolymath@users.noreply.github.com report.txt
73+
gpg --armor --encrypt --recipient j.d.a.jewell@open.ac.uk report.txt
7474
```
7575

7676
> **⚠️ Important:** Do not report security vulnerabilities through public GitHub issues, pull requests, discussions, or social media.
@@ -383,7 +383,7 @@ When using Nextgen Databases, we recommend:
383383

384384
| Purpose | Contact |
385385
|---------|---------|
386-
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or 6759885+hyperpolymath@users.noreply.github.com |
386+
| **Security issues** | [Report via GitHub](https://github.com/hyperpolymath/nextgen-databases/security/advisories/new) or j.d.a.jewell@open.ac.uk |
387387
| **General questions** | [GitHub Discussions](https://github.com/hyperpolymath/nextgen-databases/discussions) |
388388
| **Other enquiries** | See [README](README.md) for contact information |
389389

verisimdb/.verisimdb/octads/commit-0565bb065c0b.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "commit",
1010
"hash": "0565bb065c0ba2ec88d7548b1bbc34f62679e1ea",
1111
"author": "Jonathan D.A. Jewell",
12-
"email": "6759885+hyperpolymath@users.noreply.github.com",
12+
"email": "j.d.a.jewell@open.ac.uk",
1313
"commit_type": "other"
1414
}
1515
},

verisimdb/.verisimdb/octads/commit-2ee7e397d41c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "commit",
1010
"hash": "2ee7e397d41cc0d971e90e29ccdea61b5e3578db",
1111
"author": "Jonathan D.A. Jewell",
12-
"email": "6759885+hyperpolymath@users.noreply.github.com",
12+
"email": "j.d.a.jewell@open.ac.uk",
1313
"commit_type": "other"
1414
}
1515
},

verisimdb/.verisimdb/octads/commit-3d7765bff845.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "commit",
1010
"hash": "3d7765bff8455873c3dd9ddf6fdf9c786c11aad6",
1111
"author": "Jonathan D.A. Jewell",
12-
"email": "6759885+hyperpolymath@users.noreply.github.com",
12+
"email": "j.d.a.jewell@open.ac.uk",
1313
"commit_type": "other"
1414
}
1515
},

verisimdb/.verisimdb/octads/commit-45e3a0230e23.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "commit",
1010
"hash": "45e3a0230e23108c775cffeae48db663996f4eb5",
1111
"author": "Jonathan D.A. Jewell",
12-
"email": "6759885+hyperpolymath@users.noreply.github.com",
12+
"email": "j.d.a.jewell@open.ac.uk",
1313
"commit_type": "other"
1414
}
1515
},

verisimdb/.verisimdb/octads/commit-57aba0bd8ff4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "commit",
1010
"hash": "57aba0bd8ff473dfcdadd2c759a12a63808700e7",
1111
"author": "Jonathan D.A. Jewell",
12-
"email": "6759885+hyperpolymath@users.noreply.github.com",
12+
"email": "j.d.a.jewell@open.ac.uk",
1313
"commit_type": "other"
1414
}
1515
},

0 commit comments

Comments
 (0)