about summary refs log tree commit diff
path: root/pkgs/applications/networking/synology-cloud-sync-decryption-tool
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/synology-cloud-sync-decryption-tool')
-rw-r--r--pkgs/applications/networking/synology-cloud-sync-decryption-tool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/synology-cloud-sync-decryption-tool/default.nix b/pkgs/applications/networking/synology-cloud-sync-decryption-tool/default.nix
index 77ad4dad40d09..3299204c18095 100644
--- a/pkgs/applications/networking/synology-cloud-sync-decryption-tool/default.nix
+++ b/pkgs/applications/networking/synology-cloud-sync-decryption-tool/default.nix
@@ -33,7 +33,7 @@ qt5.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A desktop tool to decrypt data encrypted by Cloud Sync.";
+    description = "A desktop tool to decrypt data encrypted by Cloud Sync";
     homepage = "https://kb.synology.com/en-global/DSM/help/SynologyCloudSyncDecryptionTool/synologycloudsyncdecryptiontool";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;