gnu: qscintilla: Use HTTPS home page.

* gnu/packages/qt.scm (qscintilla)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-02 00:33:37 +01:00
parent 2c1cc27f8f
commit d338321ddb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1735,7 +1735,7 @@ (define-public qscintilla
(string-append out "/lib/qt$${QT_MAJOR_VERSION}")))
(invoke "qmake")))))))
(native-inputs `(("qtbase" ,qtbase)))
(home-page "http://www.riverbankcomputing.co.uk/software/qscintilla/intro")
(home-page "https://www.riverbankcomputing.co.uk/software/qscintilla/intro")
(synopsis "Qt port of the Scintilla C++ editor control")
(description "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++
editor control. QScintilla includes features especially useful when editing