Fix package.json
{ | ||
"name": "moonstone", | ||
"name": "reverseeagle-developers", | ||
"private": true, | ||
"description": "Resynth's blog.", | ||
"description": "Privacy-conscious, ethical and safer alternatives to software for developers.", | ||
"devDependencies": { | ||
"@11ty/eleventy": "^0.11.0", | ||
"@11ty/eleventy-navigation": "^0.1.5", | ||
... | ... | @@ -22,16 +22,16 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://codeberg.org/resynth1943/moonstone" | ||
"url": "https://framagit.org/reverseeagle/developers" | ||
}, | ||
"author": { | ||
"url": "https://resynth1943.net", | ||
"url": "https://reverseeagle.org", | ||
"email": "resynth1943@tutanota.com", | ||
"name": "Resynth" | ||
"name": "The ReverseEagle Project" | ||
}, | ||
"homepage": "https://codeberg.org/resynth1943/moonstone", | ||
"homepage": "https://framagit.org/reverseeagle/developers", | ||
"license": "MPL-2.0", | ||
"bugs": { | ||
"url": "https://codeberg.org/resynth1943/moonstone/issues" | ||
"url": "https://framagit.org/reverseeagle/developers/issues" | ||
} | ||
} |
Please register or sign in to comment