diff options
author | msglm <msglm@techchud.xyz> | 2023-07-30 07:56:50 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-07-30 07:56:50 -0500 |
commit | 5cd1ffaf10514973fd27334393da7c3f2af057ec (patch) | |
tree | c5be898e04f9a39b62370cf7006c14382323b9de /findimagedupes.scm | |
parent | 22b9ce4a3ca191ef376df0135cf3a74609ed9948 (diff) | |
download | guix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.tar.gz guix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.tar.bz2 guix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.zip |
fix desc of findimagedupes
Diffstat (limited to 'findimagedupes.scm')
-rw-r--r-- | findimagedupes.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/findimagedupes.scm b/findimagedupes.scm index fd9c272..9ba0e82 100644 --- a/findimagedupes.scm +++ b/findimagedupes.scm @@ -91,9 +91,7 @@ go-gitlab-com-opennota-phash go-github-com-mattn-go-sqlite3 )) - (synopsis "Program using TOML files to archive personalities to IPFS") - (description - "Stashley is a program used for archiving personalities using - TOML files, and if IPFS is installed, pushing them to IPFS.") + (synopsis "finds visually similar or duplicate images.") + (description "finds duplicate images using the pHash algorithm") (home-page "https://gitlab.com/opennota/findimagedupes/") (license gpl3))) |