diff --git a/LICENSE b/LICENSE index f8ba227..71b5c89 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Ryan Christian +Copyright (c) 2025 The Preact Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 09fc383..fcb9362 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ export async function prerender() { ## Licenses -[MIT](https://github.com/rschristian/vite-prerender-plugin/blob/master/LICENSE) +[MIT](https://github.com/preactjs/vite-prerender-plugin/blob/master/LICENSE) [WMR - MIT](https://github.com/preactjs/wmr/blob/main/LICENSE) diff --git a/package.json b/package.json index 4fabcb0..627b836 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,12 @@ ".": "./src/index.js", "./parse": "./src/parse.js" }, + "authors": "The Preact Authors (https://preactjs.com)", "license": "MIT", "description": "A Vite plugin for prerendering apps to HTML at build time", "repository": { "type": "git", - "url": "git+https://github.com/rschristian/vite-prerender-plugin.git" + "url": "git+https://github.com/preactjs/vite-prerender-plugin.git" }, "files": [ "src",