chore: use support@wickra.org for contact/author email; drop dead sponsor link (#97)

Now that the wickra.org catch-all mailbox exists, move the project contact +
package-author email off the personal gmail to support@wickra.org across all
surfaces: CODE_OF_CONDUCT, SECURITY, CITATION.cff, Cargo.toml, the npm + PyPI
author fields, the release.yml npm author, and repo-metadata.toml. (The
package-author changes take effect on the next published release.)

repo-metadata.toml's [audit].forbidden still pins kingchencp@gmail.com (the
private commit email) as a banned substring — unchanged.

Also remove the FUNDING.yml custom "https://wickra.org/sponsor" entry: that
page 404s, so the Sponsor button linked to a dead URL. The GitHub Sponsors
entry (github: [kingchenc]) stays.
This commit is contained in:
kingchenc
2026-05-31 23:22:57 +02:00
committed by GitHub
parent 5030360a0c
commit f7b91f6fa5
9 changed files with 8 additions and 9 deletions
-1
View File
@@ -3,4 +3,3 @@
# Leave a key empty (e.g. patreon:) to skip a platform. # Leave a key empty (e.g. patreon:) to skip a platform.
github: [kingchenc] github: [kingchenc]
custom: ["https://wickra.org/sponsor"]
+1 -1
View File
@@ -428,7 +428,7 @@ jobs:
node -e " node -e "
const fs = require('fs'); const fs = require('fs');
const pkg = JSON.parse(fs.readFileSync('package.json')); const pkg = JSON.parse(fs.readFileSync('package.json'));
pkg.author = 'kingchenc <wickra.lib@gmail.com>'; pkg.author = 'kingchenc <support@wickra.org>';
pkg.repository = { type: 'git', url: 'https://github.com/wickra-lib/wickra' }; pkg.repository = { type: 'git', url: 'https://github.com/wickra-lib/wickra' };
pkg.homepage = 'https://github.com/wickra-lib/wickra'; pkg.homepage = 'https://github.com/wickra-lib/wickra';
pkg.bugs = { url: 'https://github.com/wickra-lib/wickra/issues' }; pkg.bugs = { url: 'https://github.com/wickra-lib/wickra/issues' };
+1 -1
View File
@@ -6,7 +6,7 @@ message: >-
type: software type: software
authors: authors:
- alias: kingchenc - alias: kingchenc
email: wickra.lib@gmail.com email: support@wickra.org
repository-code: "https://github.com/wickra-lib/wickra" repository-code: "https://github.com/wickra-lib/wickra"
url: "https://wickra.org" url: "https://wickra.org"
abstract: >- abstract: >-
+1 -1
View File
@@ -33,7 +33,7 @@ project in public spaces.
## Enforcement ## Enforcement
Instances of unacceptable behaviour may be reported to the project maintainer Instances of unacceptable behaviour may be reported to the project maintainer
at **wickra.lib@gmail.com**. All reports will be reviewed and investigated at **support@wickra.org**. All reports will be reviewed and investigated
promptly and fairly, and the maintainer will respect the privacy and security promptly and fairly, and the maintainer will respect the privacy and security
of the reporter. of the reporter.
+1 -1
View File
@@ -13,7 +13,7 @@ exclude = ["fuzz"]
[workspace.package] [workspace.package]
version = "0.3.1" version = "0.3.1"
authors = ["kingchenc <wickra.lib@gmail.com>"] authors = ["kingchenc <support@wickra.org>"]
edition = "2021" edition = "2021"
rust-version = "1.86" rust-version = "1.86"
license = "PolyForm-Noncommercial-1.0.0" license = "PolyForm-Noncommercial-1.0.0"
+1 -1
View File
@@ -18,7 +18,7 @@ Report it privately through one of:
- GitHub's [private vulnerability reporting](https://github.com/wickra-lib/wickra/security/advisories/new) - GitHub's [private vulnerability reporting](https://github.com/wickra-lib/wickra/security/advisories/new)
("Report a vulnerability" under the repository's *Security* tab), or ("Report a vulnerability" under the repository's *Security* tab), or
- email to **wickra.lib@gmail.com** with a subject line starting with - email to **support@wickra.org** with a subject line starting with
`[wickra security]`. `[wickra security]`.
Please include: Please include:
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "wickra", "name": "wickra",
"version": "0.3.1", "version": "0.3.1",
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.", "description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
"author": "kingchenc <wickra.lib@gmail.com>", "author": "kingchenc <support@wickra.org>",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
"license": "PolyForm-Noncommercial-1.0.0", "license": "PolyForm-Noncommercial-1.0.0",
+1 -1
View File
@@ -8,7 +8,7 @@ version = "0.3.1"
description = "Streaming-first technical indicators: incremental, fast, install-free." description = "Streaming-first technical indicators: incremental, fast, install-free."
readme = "README.md" readme = "README.md"
license = { text = "PolyForm-Noncommercial-1.0.0" } license = { text = "PolyForm-Noncommercial-1.0.0" }
authors = [{ name = "kingchenc", email = "wickra.lib@gmail.com" }] authors = [{ name = "kingchenc", email = "support@wickra.org" }]
requires-python = ">=3.9" requires-python = ">=3.9"
keywords = ["finance", "trading", "indicators", "technical-analysis", "ta-lib"] keywords = ["finance", "trading", "indicators", "technical-analysis", "ta-lib"]
classifiers = [ classifiers = [
+1 -1
View File
@@ -21,7 +21,7 @@ security_url = "https://github.com/wickra-lib/wickra/security/advisories/new"
# not move with the GitHub org transfer. `github` is the org @-mention slug # not move with the GitHub org transfer. `github` is the org @-mention slug
# used in CODEOWNERS and prose. # used in CODEOWNERS and prose.
handle = "kingchenc" handle = "kingchenc"
email = "wickra.lib@gmail.com" email = "support@wickra.org"
github = "wickra-lib" github = "wickra-lib"
[badges] [badges]