guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: gajim-omemo: Make some cosmetic changes.


From: guix-commits
Subject: 10/13: gnu: gajim-omemo: Make some cosmetic changes.
Date: Mon, 19 Oct 2020 18:25:23 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7c63d0e29f3b33719a2e581d07125a9d03a0ec88
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Oct 15 17:06:01 2020 -0400

    gnu: gajim-omemo: Make some cosmetic changes.
    
    * gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/messaging.scm | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index adbafb7..8487869 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -860,14 +860,15 @@ and OpenPGP) and available in 29 languages.")
   (package
     (name "gajim-omemo")
     (version "2.7.7")
-    (source (origin
-              (method url-fetch/zipbomb)
-              (uri (string-append
-                    "https://ftp.gajim.org/plugins_releases/omemo_";
-                    version ".zip"))
-              (sha256
-               (base32
-                "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
+    (source
+     (origin
+       (method url-fetch/zipbomb)
+       (uri
+        (string-append
+         "https://ftp.gajim.org/plugins_releases/omemo_";
+         version ".zip"))
+       (sha256
+        (base32 "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
@@ -882,13 +883,12 @@ and OpenPGP) and available in 29 languages.")
            #t))))
     (propagated-inputs
      `(("python-axolotl" ,python-axolotl)))
+    (synopsis "Gajim OMEMO plugin")
+    (description "This package provides the Gajim OMEMO plugin.  OMEMO is an
+XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption
+based on Axolotl and PEP.")
     (home-page
      "https://dev.gajim.org/gajim/gajim-plugins/-/wikis/OmemoGajimPlugin";)
-    (synopsis "Gajim OMEMO plugin")
-    (description
-     "This package provides the Gajim OMEMO plugin.  OMEMO is an XMPP
-Extension Protocol (XEP) for secure multi-client end-to-end encryption based
-on Axolotl and PEP.")
     (license license:gpl3+)))
 
 (define-public dino



reply via email to

[Prev in Thread] Current Thread [Next in Thread]