mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gegl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
21f4a18e36
commit
e2b34de2dd
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ (define-public gegl
|
|||
`(("pkg-config" ,pkg-config)
|
||||
("glib" ,glib "bin") ; for gtester
|
||||
("intltool" ,intltool)))
|
||||
(home-page "http://gegl.org")
|
||||
(home-page "https://gegl.org")
|
||||
(synopsis "Graph based image processing framework")
|
||||
(description "GEGL (Generic Graphics Library) provides infrastructure to
|
||||
do demand based cached non destructive image editing on larger than RAM
|
||||
|
|
Loading…
Reference in a new issue