diff options
| author | Christian Cleberg <[email protected]> | 2026-03-17 23:19:22 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-17 23:19:22 -0500 |
| commit | 8f2057c53e9009c2529c9c4849c914666c0e4b40 (patch) | |
| tree | 77b5a93625fe9ea98baf4ab0d137055524705dad /privacypolicy.md | |
| parent | d27726d8755a5631fbd2105f735811a95379c4ab (diff) | |
| download | hutch-8f2057c53e9009c2529c9c4849c914666c0e4b40.tar.gz hutch-8f2057c53e9009c2529c9c4849c914666c0e4b40.tar.bz2 hutch-8f2057c53e9009c2529c9c4849c914666c0e4b40.zip | |
create privacy policy
Diffstat (limited to 'privacypolicy.md')
| -rw-r--r-- | privacypolicy.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/privacypolicy.md b/privacypolicy.md new file mode 100644 index 0000000..aaa5d72 --- /dev/null +++ b/privacypolicy.md @@ -0,0 +1,57 @@ +# Privacy Policy + +Hutch +Last updated: March 17, 2026 + +## Overview + +Hutch is a client for SourceHut. This app allows users to browse repositories, +tickets, and builds using their own SourceHut account. + +## Data Collection + +Hutch does not collect, store, or transmit personal data to the developer. + +All data displayed in the app is retrieved directly from SourceHut using +user-provided authentication credentials. + +## Authentication + +Hutch uses a SourceHut Personal Access Token (PAT) provided by the user. + +The token is stored securely on-device and is used only to authenticate requests +to SourceHut. The developer does not have access to this token. + +## Data Usage + +The app communicates with SourceHut servers to: +- fetch repositories, files, and commits +- retrieve and update tickets +- submit and monitor builds + +No data is transmitted to any servers operated by the developer. + +## Third-Party Services + +Hutch communicates with SourceHut services (sr.ht) to retrieve user data. + +No analytics, advertising, or tracking SDKs are used. + +## User-Generated Content + +The app displays content from SourceHut, including repositories, tickets, and +builds. This content is accessed based on the user’s authentication and +permissions. + +## Device Permissions + +Hutch does not request access to sensitive device data such as location, +contacts, camera, or microphone. + +## Changes to This Policy + +This policy may be updated in future versions. Updates will be reflected on this page. + +## Contact + +For questions, contact: [email protected] |
