diff --git a/qlfile b/qlfile index d47d1e2..6b6b356 100644 --- a/qlfile +++ b/qlfile @@ -1,6 +1,6 @@ ql alexandria ql cl-str -git rove https://github.com/fukamachi/rove.git -git dissect https://github.com/Shinmera/dissect.git ; workaround -ql mstrings +git rove https://github.com/fukamachi/rove +git dissect https://github.com/Shinmera/dissect ; workaround +git mstrings https://git.sr.ht/~shunter/mstrings diff --git a/qlfile.lock b/qlfile.lock index f23bd4e..41f11ce 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -12,13 +12,13 @@ :version "ql-2024-10-12")) ("rove" . (:class qlot/source/git:source-git - :initargs (:remote-url "https://github.com/fukamachi/rove.git") + :initargs (:remote-url "https://github.com/fukamachi/rove") :version "git-cacea7331c10fe9d8398d104b2dfd579bf7ea353")) ("dissect" . (:class qlot/source/git:source-git - :initargs (:remote-url "https://github.com/Shinmera/dissect.git") + :initargs (:remote-url "https://github.com/Shinmera/dissect") :version "git-a70cabcd748cf7c041196efd711e2dcca2bbbb2c")) ("mstrings" . - (:class qlot/source/ql:source-ql - :initargs (:%version :latest) - :version "ql-2022-07-07")) + (:class qlot/source/git:source-git + :initargs (:remote-url "https://git.sr.ht/~shunter/mstrings") + :version "git-7a94c070141c7cd03bbd3648b17724c3bf143393"))