gnu: Use HTTPS for gtk.org.
* gnu/packages/gimp.scm (babl)[source]: Use HTTPS for ftp.gtk.org. * gnu/packages/gnome.scm (rest)[home-page]: Use HTTPS for www.gtk.org. * gnu/packages/gtk.scm (gtk+-2, gtk-doc)[home-page]: Likewise.
This commit is contained in:
parent
773899112b
commit
24d6cc1d59
|
@ -54,7 +54,7 @@
|
||||||
(uri (list (string-append "https://download.gimp.org/pub/babl/"
|
(uri (list (string-append "https://download.gimp.org/pub/babl/"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/babl-" version ".tar.bz2")
|
"/babl-" version ".tar.bz2")
|
||||||
(string-append "http://ftp.gtk.org/pub/babl/"
|
(string-append "https://ftp.gtk.org/pub/babl/"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/babl-" version ".tar.bz2")
|
"/babl-" version ".tar.bz2")
|
||||||
(string-append "ftp://ftp.gtk.org/pub/babl/"
|
(string-append "ftp://ftp.gtk.org/pub/babl/"
|
||||||
|
|
|
@ -2444,7 +2444,7 @@ library.")
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(home-page "http://www.gtk.org/")
|
(home-page "https://www.gtk.org/")
|
||||||
(synopsis "RESTful web api query library")
|
(synopsis "RESTful web api query library")
|
||||||
(description
|
(description
|
||||||
"This library was designed to make it easier to access web services that
|
"This library was designed to make it easier to access web services that
|
||||||
|
|
|
@ -664,7 +664,7 @@ graphical user interfaces. Offering a complete set of widgets, GTK+ is
|
||||||
suitable for projects ranging from small one-off tools to complete
|
suitable for projects ranging from small one-off tools to complete
|
||||||
application suites.")
|
application suites.")
|
||||||
(license license:lgpl2.0+)
|
(license license:lgpl2.0+)
|
||||||
(home-page "http://www.gtk.org/")))
|
(home-page "https://www.gtk.org/")))
|
||||||
|
|
||||||
(define-public gtk+
|
(define-public gtk+
|
||||||
(package (inherit gtk+-2)
|
(package (inherit gtk+-2)
|
||||||
|
@ -1492,7 +1492,7 @@ information.")
|
||||||
("source-highlight" ,source-highlight)
|
("source-highlight" ,source-highlight)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "http://www.gtk.org/gtk-doc/")
|
(home-page "https://www.gtk.org/gtk-doc/")
|
||||||
(synopsis "Documentation generator from C source code")
|
(synopsis "Documentation generator from C source code")
|
||||||
(description
|
(description
|
||||||
"GTK-Doc generates API documentation from comments added to C code. It is
|
"GTK-Doc generates API documentation from comments added to C code. It is
|
||||||
|
|
Loading…
Reference in New Issue