Simplify .all-contributorsrc configuration

Removed unnecessary fields from .all-contributorsrc.
This commit is contained in:
NellowTCS 2026-05-18 06:59:54 -06:00 committed by GitHub
parent 5e4cc24d92
commit 2ba5b7a2f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,4 @@
{
"projectName": "Obsidian-IroView",
"projectOwner": "NellowTCS",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"]
"projectName": "Obsidian-IroView",
"projectOwner": "NellowTCS"
}