summaryrefslogtreecommitdiffstats
path: root/src/generated/structs.rs
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-07-30 21:46:52 +0200
committerCyborus <cyborus@cyborus.xyz>2024-07-30 21:46:52 +0200
commit3fa4cf8f0ec33faa082e7b04c2d7d2d0e0543e24 (patch)
tree7c894d755981ec523e9613c8b76c405b35b6de29 /src/generated/structs.rs
parentMerge pull request 'bump version to 0.4.0' (#70) from bump-0.4.0 into main (diff)
downloadforgejo-api-3fa4cf8f0ec33faa082e7b04c2d7d2d0e0543e24.tar.xz
forgejo-api-3fa4cf8f0ec33faa082e7b04c2d7d2d0e0543e24.zip
docs: replace instances of "gitea" with "Forgejo"
Diffstat (limited to '')
-rw-r--r--src/generated/structs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generated/structs.rs b/src/generated/structs.rs
index 48d1326..7399273 100644
--- a/src/generated/structs.rs
+++ b/src/generated/structs.rs
@@ -2735,7 +2735,7 @@ pub struct User {
/// the user's full name
pub full_name: Option<String>,
#[serde(deserialize_with = "crate::none_if_blank_url")]
- /// URL to the user's gitea page
+ /// URL to the user's Forgejo page
pub html_url: Option<url::Url>,
/// the user's id
pub id: Option<i64>,