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 4f18fd63..7d64cd35 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -- [ ] 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 23d90207..8b3c4adc 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 7ec284c4..e2c670f0 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Contributing Guide - Issues • - Pull Requests • + Issues • + Pull RequestsLicense diff --git a/package.json b/package.json index db124993..22db74b9 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",