mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Change repo owner
This commit is contained in:
parent
209920c42a
commit
41f6fb0834
4 changed files with 7 additions and 7 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue