gnu: enlightenment: Use https.
* gnu/packages/enlightenment.scm: Use 'https' for all enlightenment urls.
This commit is contained in:
parent
bbfc37e140
commit
c76e8f54df
|
@ -123,7 +123,7 @@
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "po/Makefile.in.in"
|
(substitute* "po/Makefile.in.in"
|
||||||
(("/bin/sh") (which "bash"))))))))
|
(("/bin/sh") (which "bash"))))))))
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Enlightenment Foundation Libraries")
|
(synopsis "Enlightenment Foundation Libraries")
|
||||||
(description
|
(description
|
||||||
"Enlightenment Foundation Libraries is a set of libraries developed
|
"Enlightenment Foundation Libraries is a set of libraries developed
|
||||||
|
@ -150,7 +150,7 @@ removable devices or support for multimedia.")
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("efl" ,efl))) ; elementary.pc, elementary-cxx.pc
|
`(("efl" ,efl))) ; elementary.pc, elementary-cxx.pc
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Widget library of Enlightenment world")
|
(synopsis "Widget library of Enlightenment world")
|
||||||
(description
|
(description
|
||||||
"Elementary is a widget library/toolkit, part of the Enlightenment
|
"Elementary is a widget library/toolkit, part of the Enlightenment
|
||||||
|
@ -182,7 +182,7 @@ full capabilities of EFL.")
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
("libspectre" ,libspectre)
|
("libspectre" ,libspectre)
|
||||||
("poppler" ,poppler)))
|
("poppler" ,poppler)))
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Plugins for integration of various file types into Evas")
|
(synopsis "Plugins for integration of various file types into Evas")
|
||||||
(description
|
(description
|
||||||
"Evas-generic-loaders is a collection of interfaces to outside libraries
|
"Evas-generic-loaders is a collection of interfaces to outside libraries
|
||||||
|
@ -209,7 +209,7 @@ files in Evas (EFL canvas library).")
|
||||||
(inputs
|
(inputs
|
||||||
`(("efl" ,efl)
|
`(("efl" ,efl)
|
||||||
("vlc" ,vlc)))
|
("vlc" ,vlc)))
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Plugins for integrating media players in EFL based applications")
|
(synopsis "Plugins for integrating media players in EFL based applications")
|
||||||
(description
|
(description
|
||||||
"Emotion-generic-players is a collection of interfaces to outside libraries
|
"Emotion-generic-players is a collection of interfaces to outside libraries
|
||||||
|
@ -235,7 +235,7 @@ The only supported now is VLC.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("efl" ,efl)
|
`(("efl" ,efl)
|
||||||
("elementary" ,elementary)))
|
("elementary" ,elementary)))
|
||||||
(home-page "http://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Powerful terminal emulator based on EFL")
|
(synopsis "Powerful terminal emulator based on EFL")
|
||||||
(description
|
(description
|
||||||
"Terminology is fast and feature rich terminal emulator. It is solely
|
"Terminology is fast and feature rich terminal emulator. It is solely
|
||||||
|
|
Loading…
Reference in New Issue