~ruther/guix-local

cc7a5c71d551bb4eef6475f7d1c8da994d678186 — ng0 9 years ago b16b16e
gnu: guile-opengl: Use https URL.

* gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +2 -1
@@ 3,6 3,7 @@
;;; Copyright © 2013 Joshua Grant <tadni@riseup.net>
;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 434,7 435,7 @@ extension functionality is exposed in a single header file.")
                     (dynamic-link-substitute "glu/runtime.scm" "GLU" "glu")
                     (dynamic-link-substitute "glut/runtime.scm" "glut"
                                              "freeglut"))))))
    (home-page "http://gnu.org/s/guile-opengl")
    (home-page "https://gnu.org/s/guile-opengl")
    (synopsis "Guile binding for the OpenGL graphics API")
    (description
     "Guile-OpenGL is a library for Guile that provides bindings to the