kwiml: Update import script for new upstream URL
This commit is contained in:
parent
f506489d1e
commit
aa6682802e
|
@ -7,7 +7,7 @@ shopt -s dotglob
|
||||||
readonly name="KWIML"
|
readonly name="KWIML"
|
||||||
readonly ownership="KWIML Upstream <kwrobot@kitware.com>"
|
readonly ownership="KWIML Upstream <kwrobot@kitware.com>"
|
||||||
readonly subtree="Utilities/KWIML"
|
readonly subtree="Utilities/KWIML"
|
||||||
readonly repo="https://github.com/Kitware/KWIML.git"
|
readonly repo="https://gitlab.kitware.com/utils/kwiml.git"
|
||||||
readonly tag="master"
|
readonly tag="master"
|
||||||
readonly shortlog=true
|
readonly shortlog=true
|
||||||
readonly paths="
|
readonly paths="
|
||||||
|
|
Loading…
Reference in New Issue