Skip to content

Commit a425bdf

Browse files
Mike Kuykendallclaude
andcommitted
fix: Update all contact emails to real address
- Replace fake shimmy.dev emails with michaelallenkuykendall@gmail.com - Fix GitHub repository description (remove question mark) - Ensure all package manifests use correct contact information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2cc00b3 commit a425bdf

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh auth:*)",
5+
"Bash(gh repo view:*)",
6+
"Bash(git push:*)"
7+
],
8+
"deny": [],
9+
"ask": []
10+
}
11+
}

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github: Michael-A-Kuykendall
2-
custom: ["mailto:sponsors@shimmy.dev"]
2+
custom: ["mailto:michaelallenkuykendall@gmail.com"]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/Michael-A-Kuykendall/shimmy"
99
readme = "README.md"
1010
keywords = ["ollama-alternative", "lora", "unsloth", "gguf", "inference", "dynamic-ports", "vscode"]
1111
categories = ["command-line-utilities", "web-programming::http-server", "science", "development-tools"]
12-
authors = ["Michael A. Kuykendall <michael@kuykendall.org>"]
12+
authors = ["Michael A. Kuykendall <michaelallenkuykendall@gmail.com>"]
1313
exclude = [
1414
"docs-internal/*",
1515
"test-models/*",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ See our amazing [sponsors](SPONSORS.md) who make Shimmy possible! 🙏
118118
- **$100/month**: Corporate backer - Logo on README + monthly office hours
119119
- **$500/month**: Infrastructure partner - Direct support + roadmap input
120120

121-
**Companies**: Need invoicing? Email [sponsors@shimmy.dev](mailto:sponsors@shimmy.dev)
121+
**Companies**: Need invoicing? Email [michaelallenkuykendall@gmail.com](mailto:michaelallenkuykendall@gmail.com)
122122

123123
## Technical Architecture
124124

packaging/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description = "The 5MB alternative to Ollama - local AI inference server with Op
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
12-
{name = "Michael A. Kuykendall", email = "mike@shimmy.dev"}
12+
{name = "Michael A. Kuykendall", email = "michaelallenkuykendall@gmail.com"}
1313
]
1414
maintainers = [
15-
{name = "Michael A. Kuykendall", email = "mike@shimmy.dev"}
15+
{name = "Michael A. Kuykendall", email = "michaelallenkuykendall@gmail.com"}
1616
]
1717
keywords = [
1818
"ai",

0 commit comments

Comments
 (0)