mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gcide: Use HTTPS home page URI.
* gnu/packages/dictionaries.scm (gcide)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
ebeaf280bc
commit
6fe3a0b6be
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ (define-public gcide
|
||||||
"GCIDE is a free dictionary based on a combination of sources. It can
|
"GCIDE is a free dictionary based on a combination of sources. It can
|
||||||
be used via the GNU Dico program or accessed online at
|
be used via the GNU Dico program or accessed online at
|
||||||
http://gcide.gnu.org.ua/")
|
http://gcide.gnu.org.ua/")
|
||||||
(home-page "http://gcide.gnu.org.ua/")
|
(home-page "https://gcide.gnu.org.ua/")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public diction
|
(define-public diction
|
||||||
|
|
Loading…
Reference in a new issue