We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e383e7 commit 8555eb1Copy full SHA for 8555eb1
modules/system/classes/SourceManifest.php
@@ -39,7 +39,7 @@ public function __construct($source = null, $autoload = true)
39
$this->setSource(
40
Config::get(
41
'cms.sourceManifestUrl',
42
- 'https://raw.githubusercontent.com/octoberrain/meta/master/manifest/builds.json'
+ 'https://raw.githubusercontent.com/wintercms/meta/master/manifest/builds.json'
43
)
44
);
45
}
0 commit comments