[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: guile-opengl: Use https URL.
From: |
Leo Famulari |
Subject: |
01/03: gnu: guile-opengl: Use https URL. |
Date: |
Tue, 30 Aug 2016 07:25:21 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit cc7a5c71d551bb4eef6475f7d1c8da994d678186
Author: ng0 <address@hidden>
Date: Sat Aug 27 13:44:28 2016 +0000
gnu: guile-opengl: Use https URL.
* gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
---
gnu/packages/gl.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 4b5646e..1473b44 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2013 Joshua Grant <address@hidden>
;;; Copyright © 2014, 2016 David Thompson <address@hidden>
;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
;;;
;;; 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