diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
commit | 3fecda5823264b32e97716466ce5a31753c944bd (patch) | |
tree | c5be898e04f9a39b62370cf7006c14382323b9de /findimagedupes.scm | |
parent | d4fafe218686f49d286987bfbc1546fd935b5421 (diff) | |
download | guix-techchud-3fecda5823264b32e97716466ce5a31753c944bd.tar.gz guix-techchud-3fecda5823264b32e97716466ce5a31753c944bd.tar.bz2 guix-techchud-3fecda5823264b32e97716466ce5a31753c944bd.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))) |