From 73add570530431c27c067db50688b5e6732ad4ae Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Sat, 4 Jan 2025 03:26:24 -0600 Subject: [PATCH] chore: Update repo metadata --- LICENSE | 2 +- README.md | 2 +- package.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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",