mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: flux: Use HTTPS home page URI.
* gnu/packages/graphics.scm (flux)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
4b9805631b
commit
9045bf80a7
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ minimum of resource usage and overhead.")
|
|||
(synopsis "Interface description language")
|
||||
(description "Flux is an interface description language used by DirectFB.
|
||||
Fluxcomp compiles .flux files to .cpp or .c files.")
|
||||
(home-page "http://www.directfb.org/")
|
||||
(home-page "https://www.directfb.org/")
|
||||
(license license:lgpl2.1+))) ; Same as DirectFB
|
||||
|
||||
(define-public fox
|
||||
|
|
Loading…
Reference in a new issue