summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-07-30 07:56:50 -0500
committermsglm <msglm@techchud.xyz>2023-07-30 07:56:50 -0500
commit5cd1ffaf10514973fd27334393da7c3f2af057ec (patch)
treec5be898e04f9a39b62370cf7006c14382323b9de
parent22b9ce4a3ca191ef376df0135cf3a74609ed9948 (diff)
downloadguix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.tar.gz
guix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.tar.bz2
guix-msglm-5cd1ffaf10514973fd27334393da7c3f2af057ec.zip
fix desc of findimagedupes
-rw-r--r--findimagedupes.scm6
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)))