diff options
author | Anonymous <anonymous@example.org> | 2024-01-14 13:45:51 -0600 |
---|---|---|
committer | Anonymous <anonymous@example.org> | 2024-01-14 13:45:51 -0600 |
commit | d60c5b14f7b605241127a35e71050b0d5a758b1c (patch) | |
tree | e15d5ab60f307fc428c311e3022ef84578123fa9 | |
parent | 666a9cd3a82b20f54aee97e52c6cae4d9f5fc87b (diff) | |
download | guix-msglm-d60c5b14f7b605241127a35e71050b0d5a758b1c.tar.gz guix-msglm-d60c5b14f7b605241127a35e71050b0d5a758b1c.tar.bz2 guix-msglm-d60c5b14f7b605241127a35e71050b0d5a758b1c.zip |
sashley uses python-yq, not tomlq
-rw-r--r-- | stashley.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stashley.scm b/stashley.scm index 3b82eea..5802d43 100644 --- a/stashley.scm +++ b/stashley.scm @@ -29,7 +29,7 @@ ipfs-archive-manager yt-dlp gallery-dl - tomlq + python-yq fdupes wget python-yq)) |