phosphor-fan: Fix SRC_URI and SRC_REV from rename

Commit bd9931fc changed SRC_URI to 'bradbishop'.  Revert to
'openbmc' and set SRC_REV to a valid commit.

Change-Id: I16f6720140458c659a6598c301fa95ce18062814
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/common/recipes-phosphor/fans/phosphor-fan.inc b/common/recipes-phosphor/fans/phosphor-fan.inc
index 06edd1f..90c96f4 100644
--- a/common/recipes-phosphor/fans/phosphor-fan.inc
+++ b/common/recipes-phosphor/fans/phosphor-fan.inc
@@ -1,5 +1,5 @@
 HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRC_URI += "git://github.com/bradbishop/phosphor-fan-presence"
-SRCREV = "b9f3361f3bd47400b2d94d5e471508aa6233cf42"
+SRC_URI += "git://github.com/openbmc/phosphor-fan-presence"
+SRCREV = "5cfdf94fdf0ac1167c9337cec95ba4d932ad40f7"