diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-08-27 13:44:28 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-30 03:23:59 -0400 |
commit | cc7a5c71d551bb4eef6475f7d1c8da994d678186 (patch) | |
tree | 170480c999f14de4ff137e99f93e55dc912f5344 /gnu/packages/gl.scm | |
parent | b16b16e6c2ba9780ebdf936c325e06ebcc0a950b (diff) | |
download | patches-cc7a5c71d551bb4eef6475f7d1c8da994d678186.tar patches-cc7a5c71d551bb4eef6475f7d1c8da994d678186.tar.gz |
gnu: guile-opengl: Use https URL.
* gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 4b5646eeec..1473b44605 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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 |