Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
guile-gnome a comprehensive environment for developing modern
|
||||
applications.
|
||||
'';
|
||||
homepage = "http://www.gnu.org/software/guile-gnome/";
|
||||
homepage = "https://www.gnu.org/software/guile-gnome/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -15,7 +15,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Guile bindings for the OpenGL graphics API";
|
||||
homepage = "http://gnu.org/s/guile-opengl";
|
||||
homepage = "https://www.gnu.org/software/guile-opengl/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Guile bindings for SDL";
|
||||
homepage = "http://gnu.org/s/guile-sdl";
|
||||
homepage = "https://www.gnu.org/software/guile-sdl/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user