From 41f6fb08343b1f4648472d37748171aa3d8ec09f Mon Sep 17 00:00:00 2001 From: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:57:53 +0100 Subject: [PATCH] Change repo owner --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- LICENSE | 2 +- README.md | 4 ++-- package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4f18fd6..7d64cd3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ <!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- To ensure your PR is dealt with swiftly please check the following: --> -- [ ] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/public-apis-dev/public-apis/blob/main/CONTRIBUTING.md) +- [ ] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/marcelscruz/public-apis/blob/main/CONTRIBUTING.md) - [ ] My addition is ordered alphabetically - [ ] My submission has a useful description - [ ] The description does not have more than 100 characters diff --git a/LICENSE b/LICENSE index 23d9020..8b3c4ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 public-apis-dev +Copyright (c) 2022 Public APIs 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 7ec284c..e2c670f 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ <a href="CONTRIBUTING.md">Contributing Guide</a> • <!-- Let's re-added this API once it starts using the APIs from this repository --> <!-- <a href="https://github.com/davemachado/public-api">API for this project</a> • --> - <a href="https://github.com/public-apis-dev/public-apis/issues">Issues</a> • - <a href="https://github.com/public-apis-dev/public-apis/pulls">Pull Requests</a> • + <a href="https://github.com/marcelscruz/public-apis/issues">Issues</a> • + <a href="https://github.com/marcelscruz/public-apis/pulls">Pull Requests</a> • <a href="LICENSE">License</a> </div> diff --git a/package.json b/package.json index db12499..22db74b 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/public-apis-dev/public-apis.git" + "url": "git+https://github.com/marcelscruz/public-apis.git" }, "license": "MIT", - "homepage": "https://github.com/public-apis-dev/public-apis#readme", + "homepage": "https://github.com/marcelscruz/public-apis#readme", "bugs": { - "url": "https://github.com/public-apis-dev/public-apis/issues" + "url": "https://github.com/marcelscruz/public-apis/issues" }, "dependencies": { "remark-parse": "^9.0.0",