diff options
author | Slávek Banko <[email protected]> | 2013-08-01 04:08:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-01 04:08:37 +0200 |
commit | d556e857e4d7e790bbdeb0654fbeb9f169a2b266 (patch) | |
tree | 35acc2fa9c96532c6a825cab871ad5fdf571d204 | |
parent | e9984b64c027edd65ae5d3e59288585a7444b355 (diff) | |
download | tde-d556e857e4d7e790bbdeb0654fbeb9f169a2b266.tar.gz tde-d556e857e4d7e790bbdeb0654fbeb9f169a2b266.zip |
Fix path to git repository for submodule krecipes
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | main/applications/krecipes | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 2f1892c82..d88702750 100644 --- a/.gitmodules +++ b/.gitmodules @@ -483,4 +483,4 @@ url = http://[email protected]/scm/git/kshutdown [submodule "main/applications/krecipes"] path = main/applications/krecipes - url = http://[email protected]/scm/git/kshutdown + url = http://[email protected]/scm/git/krecipes diff --git a/main/applications/krecipes b/main/applications/krecipes -Subproject f02901a71eddd45da85770cef9aa5fb4fd25652 +Subproject f443af0852136cf6db2833a5c338effa518c666 |