mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
2be6323080
commit
b136f7cda3
1 changed files with 1 additions and 1 deletions
|
@ -3836,7 +3836,7 @@ (define-public emacs-erc-status-sidebar
|
||||||
ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the
|
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} module, and displays all the same information
|
||||||
@code{erc-track} does in the mode line, but in an alternative format.")
|
@code{erc-track} does in the mode line, but in an alternative format.")
|
||||||
(license license:expat))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-shut-up
|
(define-public emacs-shut-up
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue