Fixed broken bower urls Signed-off-by: Edouard Poitras <edouard@eclipse.org>
diff --git a/themes/solstice/bower.json b/themes/solstice/bower.json index c2d8d62..a203d1d 100644 --- a/themes/solstice/bower.json +++ b/themes/solstice/bower.json
@@ -19,7 +19,7 @@ "bootstrap": "3.1.1", "yamm3": "git://github.com/chrisguindon/yamm3#69ba4a32b3b7228421920d6300011745be374029", "fontawesome": "4.1.0", - "solstice-assets": "git@github.com:chrisguindon/solstice-assets.git", - "bootstrapvalidator": "git@github.com:chrisguindon/bootstrapvalidator.git#7bd3a76c26239d8e4687f996d955178dea5cc4f7" + "solstice-assets": "https://github.com/chrisguindon/solstice-assets.git", + "bootstrapvalidator": "https://github.com/chrisguindon/bootstrapvalidator.git#7bd3a76c26239d8e4687f996d955178dea5cc4f7" } -} \ No newline at end of file +}