Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f63caee

Browse files
authored
Use the correct impeller-cmake-example mirror (#49791)
The repo in DEPS was set to https://flutter.googlesource.com/impeller-cmake-example.git, which doesn't exist. It looks like the correct mirror is https://flutter.googlesource.com/third_party/impeller-cmake-example.git.
1 parent 1a4db4a commit f63caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ deps = {
989989
},
990990

991991
'src/third_party/impeller-cmake-example': {
992-
'url': Var('flutter_git') + '/impeller-cmake-example.git' + '@' + 'd1a26a51dc6890e5f851749e3d8e048703f24f51',
992+
'url': Var('flutter_git') + '/third_party/impeller-cmake-example.git' + '@' + 'd1a26a51dc6890e5f851749e3d8e048703f24f51',
993993
'condition': 'download_impeller_cmake_example',
994994
},
995995

0 commit comments

Comments
 (0)