diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2020-12-30 16:03:35 -0500 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2021-01-03 17:30:30 +0100 |
commit | 3fd6fd7283de1ca879a2f7e6cd297244c1ccc2dc (patch) | |
tree | 298474c9e63fb08a684c67e73f53a96fcd2998c0 | |
parent | 4f1f51898fd6b933328a9c1587c99d780801d972 (diff) |
gnu: pidgin-otr: Update license.
* gnu/packages/messaging.scm (pidgin-otr) [license]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 3ed0f51ac3..de99e5e256 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -876,7 +876,7 @@ can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. (4) Perfect forward secrecy: If you lose control of your private keys, no previous conversation is compromised.") - (license license:gpl2))) + (license license:gpl2+))) (define-public znc (package |