From ac14f5dea7667bb58866c5a22e86513152768a9a Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 11 Oct 2024 22:57:35 +0300 Subject: [PATCH] change master branch --- Cargo.toml | 2 +- README.md | 1 - src/main.rs | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 137037a0..bad926ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" description = "Yoda - Browser for Gemini protocol" keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"] categories = ["network-programming", "gui"] -repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" +repository = "https://github.com/YGGverse/Yoda" # homepage = "https://yggverse.github.io" [dependencies.sqlite] diff --git a/README.md b/README.md index 19362e31..a79d0c43 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ cargo install Yoda ``` bash git clone https://github.com/YGGverse/Yoda.git cd Yoda -git checkout Rust-GTK4 cargo build ``` diff --git a/src/main.rs b/src/main.rs index b02dbf99..c9717998 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,7 @@ use std::{ const VENDOR: &str = "YGGverse"; const APP_ID: &str = "Yoda"; // env!("CARGO_PKG_NAME"); -const BRANCH: &str = "Rust-GTK4"; +const BRANCH: &str = "master"; fn main() -> ExitCode { // Init profile path