Change repo owner

This commit is contained in:
Marcel Cruz 2023-11-26 17:57:53 +01:00
parent 209920c42a
commit 41f6fb0834
4 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<!-- Thank you for taking the time to work on a Pull Request for this project! --> <!-- 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: --> <!-- 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 addition is ordered alphabetically
- [ ] My submission has a useful description - [ ] My submission has a useful description
- [ ] The description does not have more than 100 characters - [ ] The description does not have more than 100 characters

View file

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -34,8 +34,8 @@
<a href="CONTRIBUTING.md">Contributing Guide</a> <a href="CONTRIBUTING.md">Contributing Guide</a>
<!-- Let's re-added this API once it starts using the APIs from this repository --> <!-- 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/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/marcelscruz/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/pulls">Pull Requests</a>
<a href="LICENSE">License</a> <a href="LICENSE">License</a>
</div> </div>

View file

@ -6,12 +6,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/public-apis-dev/public-apis.git" "url": "git+https://github.com/marcelscruz/public-apis.git"
}, },
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/public-apis-dev/public-apis#readme", "homepage": "https://github.com/marcelscruz/public-apis#readme",
"bugs": { "bugs": {
"url": "https://github.com/public-apis-dev/public-apis/issues" "url": "https://github.com/marcelscruz/public-apis/issues"
}, },
"dependencies": { "dependencies": {
"remark-parse": "^9.0.0", "remark-parse": "^9.0.0",