summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-30 03:29:48 +0200
committerLudovic Courtès <ludo@gnu.org>2020-12-18 16:13:40 +0100
commitb136f7cda3b605765a219f93215fad2a2ea6152e (patch)
treeea8ffbfff0afb6dc7ea1462e82c85764fc91b86a
parent2be6323080cc0f298c38a781b596f90fd8803430 (diff)
downloadguix-patches-b136f7cda3b605765a219f93215fad2a2ea6152e.tar
guix-patches-b136f7cda3b605765a219f93215fad2a2ea6152e.tar.gz
gnu: emacs-erc-status-sidebar: Correct license.
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[license]: Set to GPL3+. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f5ce1847e4..36144a6c9a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3836,7 +3836,7 @@ IRC bouncer with ERC.")
ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the
@code{erc-track} module, and displays all the same information
@code{erc-track} does in the mode line, but in an alternative format.")
- (license license:expat))))
+ (license license:gpl3+))))
(define-public emacs-shut-up
(package