diff options
| author | Teddy Wing | 2022-06-04 19:15:35 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2022-06-04 19:15:35 +0200 | 
| commit | 57cd001192adc095843af0c18044ff996fca0480 (patch) | |
| tree | 0bc91c1c3b41abe4cfccf039d6f5c64bb55b5ae1 /src/github.rs | |
| parent | 627d6c7e2b0e218213fa2a9c19036489c66c3141 (diff) | |
| parent | 6fe38d83ec90f5adb411706ed23d9a8b2929aed8 (diff) | |
| download | reflectub-57cd001192adc095843af0c18044ff996fca0480.tar.bz2 | |
Merge branch 'make-errors-more-traceable-2'
Diffstat (limited to 'src/github.rs')
| -rw-r--r-- | src/github.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/github.rs b/src/github.rs index a3bb74e..c48dda6 100644 --- a/src/github.rs +++ b/src/github.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2021  Teddy Wing +// Copyright (c) 2021, 2022  Teddy Wing  //  // This file is part of Reflectub.  // @@ -43,7 +43,7 @@ pub struct Repo {      pub name: String,      pub description: Option<String>,      pub fork: bool, -    pub git_url: String, +    pub clone_url: String,      pub default_branch: String,      pub size: u64,      pub updated_at: String, | 
