mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: roxterm: Fix lint errors.
* gnu/packages/terminals.scm (roxterm)[source]: Add the file-name field. Follow source url redirect. [home-page]: Follow redirect. Change-Id: Id68c87679a95656212c0c0edb916066e90a037d7
This commit is contained in:
parent
0ad3cc75ae
commit
7e762ab09e
1 changed files with 3 additions and 2 deletions
|
@ -1754,8 +1754,9 @@ (define-public roxterm
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/realh/roxterm.git")
|
||||
(url "https://github.com/realh/roxterm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19y4lxwj18pr231597rnyyk6f5hwvsajjv7w21wb5c62jjjyfrws"))))
|
||||
|
@ -1770,6 +1771,6 @@ (define-public roxterm
|
|||
(synopsis "ROXTerm terminal emulator")
|
||||
(description "This package provides a terminal emulator with hyperlink
|
||||
support. It's based on VTE and aimed at power users.")
|
||||
(home-page "https://realh.github.io/roxterm/")
|
||||
(home-page "https://realh.github.io/roxterm/en/index.html")
|
||||
;; src/gresources.c is under LGPL 2.1+
|
||||
(license (list license:gpl2+ license:lgpl2.1+))))
|
||||
|
|
Loading…
Reference in a new issue