diff --git a/.env.example b/.env.example index 50ba187..44c8d60 100644 --- a/.env.example +++ b/.env.example @@ -48,7 +48,7 @@ GITEA_REGISTRATION_TOKEN=your-registration-token # Gitea PyPI registry username (for private package access) # Used by PIP_INSTALL to configure PIP_EXTRA_INDEX_URL -CI_GITEA_USERNAME=emil +CI_GITEA_USERNAME=your-gitea-username # Vikunja API token (required for `make create-task` dev workflow) # Generate at: Vikunja → Settings → API Tokens diff --git a/AGENTS.md b/AGENTS.md index 809d32c..7918675 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -555,7 +555,7 @@ the user should not need to specify which profile to use. ### Available Profiles -**Global** (shared with infra and devx): +**Global** (shared across all projects): | Profile | Location | Purpose | |---------|----------|---------| diff --git a/LICENSE b/LICENSE index c71be2f..d96ae42 100644 --- a/LICENSE +++ b/LICENSE @@ -209,7 +209,7 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. grm - Copyright (C) 2026 emil + Copyright (C) 2026 oblachno-oss This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - grm Copyright (C) 2026 emil + grm Copyright (C) 2026 oblachno-oss This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.