treewide: fix up github SRC_URIs

Per [1], Yocto is going to start requiring both branch names and
`protocol=https` in GitHub SRC_URI variables.  Ran the upstream tool to
automatically fix our URIs.

1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
diff --git a/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb b/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb
index ce285f1..8392861 100644
--- a/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb
+++ b/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb
@@ -1,6 +1,6 @@
 HOMEPAGE = "https://github.com/inspur-bmc/fp5280g2-psu-update-tool"
 
-SRC_URI = "git://github.com/inspur-bmc/fp5280g2-psu-update-tool"
+SRC_URI = "git://github.com/inspur-bmc/fp5280g2-psu-update-tool;branch=master;protocol=https"
 
 SRCREV = "d9cc0d32197163197c41dc1c5e4613edd7ebacf1"