Skip to content

Commit 401508b

Browse files
committed
Point project metadata at Codeberg
1 parent 2927328 commit 401508b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function extractHttp(
5353
]),
5454
headers: {
5555
"User-Agent":
56-
"Mozilla/5.0 (compatible; pi-web-minimal/0.1; +https://github.com/drsh4dow/pi-web-minimal)",
56+
"Mozilla/5.0 (compatible; pi-web-minimal/0.1; +https://codeberg.org/drsh4dow/pi-web-minimal)",
5757
Accept:
5858
"text/html,application/xhtml+xml,text/plain,application/json;q=0.9,*/*;q=0.8",
5959
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "Minimal web, code, and documentation retrieval distillation tools for Pi",
55
"type": "module",
66
"exports": "./index.ts",
7-
"author": "drsh4dow <daniel.morettiv@gmail.com> (https://github.com/drsh4dow)",
7+
"author": "drsh4dow <daniel.morettiv@gmail.com> (https://codeberg.org/drsh4dow)",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/drsh4dow/pi-web-minimal.git"
10+
"url": "git+https://codeberg.org/drsh4dow/pi-web-minimal.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/drsh4dow/pi-web-minimal/issues"
13+
"url": "https://codeberg.org/drsh4dow/pi-web-minimal/issues"
1414
},
15-
"homepage": "https://github.com/drsh4dow/pi-web-minimal#readme",
15+
"homepage": "https://codeberg.org/drsh4dow/pi-web-minimal#readme",
1616
"scripts": {
1717
"check": "biome check .",
1818
"check:fix": "biome check --write .",

0 commit comments

Comments
 (0)