fix-single-space-whitespace

This commit is contained in:
Jayden Andrews
2024-11-16 22:24:48 +02:00
committed by GitHub
parent 8d0c0beaa3
commit 1f690545a1
+1 -1
View File
@@ -51,7 +51,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
meta = with lib; {
description = " WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.";
description = "WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.";
homepage = "https://rtosta.com/zapzap-web/";
mainProgram = "zapzap";
license = licenses.gpl3Only;