Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update missing mailto: in some snaps contact metadata (#872)
### PR Description #### What is the current state of things and why does it need to change? The contact fields for some snaps in the `registry.json` file currently contain email addresses without the `mailto:` prefix. This could cause inconsistencies or issues where the correct format (with `mailto:`) is expected. #### What is the solution your changes offer and how does it work? This PR updates the `contact` field for the affected snaps to include the `mailto:` prefix, ensuring all email addresses are in the proper format for links and interactions. Specifically, three snaps have been updated: - **Qtum Snap**: Changed `"[email protected]"` to `"mailto:[email protected]"`. - **Aeternity Snap**: Changed `"[email protected]"` to `"mailto:[email protected]"`. - **TokenScript Snap**: Changed `"[email protected]"` to `"mailto:[email protected]"`. #### Are there any issues or other links reviewers should consult to understand this pull request better? No related issues were filed, but these changes are necessary for consistent contact formatting across snaps. Co-authored-by: Frederik Bolding <[email protected]>
- Loading branch information