From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: guile-opengl: Use https URL. Date: Sat, 27 Aug 2016 14:22:23 +0000 Message-ID: <87a8fyqokg.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeV8-0000U4-GI for guix-devel@gnu.org; Sat, 27 Aug 2016 10:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdeV7-0003uX-8p for guix-devel@gnu.org; Sat, 27 Aug 2016 10:22:26 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:36600 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeV6-0003uK-VG for guix-devel@gnu.org; Sat, 27 Aug 2016 10:22:25 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 3ce05b99 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 27 Aug 2016 14:22:24 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0003-gnu-guile-opengl-Use-https-URL.patch Content-Transfer-Encoding: 8bit >From 42845c318bbdfa915cc73df8fcdaf71bf8fcf270 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Aug 2016 13:44:28 +0000 Subject: [PATCH 3/4] 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 ;;; Copyright © 2014, 2016 David Thompson ;;; Copyright © 2014, 2015 Mark H Weaver +;;; Copyright © 2016 ng0 ;;; ;;; 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 -- 2.9.3 --=-=-= Content-Type: text/plain -- ng0 For non-prism friendly talk find me on http://www.psyced.org --=-=-=--