diff options
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index 5242ded..75a178b 100644 --- a/sync.profile +++ b/sync.profile @@ -10,5 +10,5 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/master", + "qtbase" => "refs/heads/stable", ); |