You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably affects all geoblocks repos, this issue is intended to discuss how to fix it everywhere.
The auther field is set to "info@camptocamp.com", but author has a mandatory name, while email and URL are optional, see doc. Suggested fix: set author to "Camptocamp SA".
The license field is set to "bsd", but license should an SPDX license ID (see doc), which "bsd" is not. There are confusingly many variations of the BSD license, therefore suggested fix: use MIT license, with SPDX identifier "MIT" (and update all LICENSE files accordingly).
This probably affects all geoblocks repos, this issue is intended to discuss how to fix it everywhere.
The auther field is set to "info@camptocamp.com", but author has a mandatory name, while email and URL are optional, see doc. Suggested fix: set author to "Camptocamp SA".
The license field is set to "bsd", but license should an SPDX license ID (see doc), which "bsd" is not. There are confusingly many variations of the BSD license, therefore suggested fix: use MIT license, with SPDX identifier "MIT" (and update all LICENSE files accordingly).