diff --git a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb index 585ff8f..be0e4f5 100644 --- a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb +++ b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb @@ -10,7 +10,7 @@ inherit cargo systemd gsettings pkgconfig # SRCREV = "c79ff22a987ea5c9621db88df5ec638439011b3e" -GIT_URI = "git://github.com/brl/citadel-tools.git;protocol=https;branch=master" +GIT_URI = "git://git.subgraph.com/brl/citadel-tools.git;protocol=https;branch=master" # If Cargo.lock changes in citadel-tools, this needs to be updated. # cargo bitbake does not support workspaces so as a workaround first diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb index 03843fd..1bdaca2 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb @@ -9,7 +9,7 @@ GTKIC_VERSION = "4" SRCREV = "fdacdf5cc80a94e04549d864f2d4dbac5f15f4bc" EXTERNAL_TREE_VAR="CITADEL_GNOME_SHELL_PATH" -GIT_URI = "gitsm://github.com/brl/gnome-shell.git;branch=citadel-46.0;protocol=https" +GIT_URI = "gitsm://git.subgraph.com/brl/gnome-shell.git;branch=citadel-46.0;protocol=https" DEPENDS = " \ libxml2-native \ diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb index b3d5048..d9a3a7d 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb @@ -41,7 +41,7 @@ RDEPENDS:${PN} += " xwayland zenity" SRCREV = "ab32580b4c916914aec8429b3d4d68fef1dd583e" EXTERNAL_TREE_VAR="CITADEL_MUTTER_PATH" -GIT_URI = "git://github.com/brl/mutter.git;branch=citadel-46.0;protocol=https" +GIT_URI = "git://git.subgraph.com/brl/mutter.git;branch=citadel-46.0;protocol=https" inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even features_check external-tree