diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-21 12:06:14 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-21 12:06:14 +0000 |
| commit | ae8761cd88143c3800651639fb40ea1559c2427b (patch) | |
| tree | 62eb625b42f692dbe0daef0118ab0c22ed4d467a /package.json | |
| parent | e20dd723c37c3a6660b9d6a260e18e31ff2edf69 (diff) | |
package.json for joeac's fork
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/package.json b/package.json index a3a7b88..dae6229 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "astro-gemtext", - "homepage": "https://github.com/aspizu/astro-gemtext", + "homepage": "https://git.joeac.net/joeac/astro-gemtext", "version": "0.3.3", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/aspizu/astro-gemtext.git" + "url": "https://git.joeac.net/joeac/astro-gemtext.git" }, "scripts": { "fmt": "bunx --bun prettier --write .", @@ -23,10 +23,16 @@ "withastro" ], "author": { - "name": "Priyanshu Dangare", - "email": "aspizu@protonmail.com", - "url": "https://github.com/aspizu" + "name": "Joe Carstairs", + "url": "https://git.joeac.net/joeac" }, + "contributors": [ + { + "name": "Priyanshu Dangare", + "email": "aspizu@protonmail.com", + "url": "https://github.com/aspizu" + } + ], "license": "MIT", "description": "gemtext integration for Astro.", "dependencies": { |
