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>
This commit is contained in:
Michael Rohleder 2020-08-30 03:29:48 +02:00 committed by Ludovic Courtès
parent 2be6323080
commit b136f7cda3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3836,7 +3836,7 @@ (define-public emacs-erc-status-sidebar
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