about summary refs log tree commit diff
path: root/pkgs/games/gltron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gltron/default.nix')
-rw-r--r--pkgs/games/gltron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gltron/default.nix b/pkgs/games/gltron/default.nix
index 610fba5057d0..bd3ae0b2e123 100644
--- a/pkgs/games/gltron/default.nix
+++ b/pkgs/games/gltron/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   patches = [ ./gentoo-prototypes.patch ];
 
   postPatch = ''
-     # Fix http://sourceforge.net/p/gltron/bugs/15
+     # Fix https://sourceforge.net/p/gltron/bugs/15
      sed -i /__USE_MISC/d lua/src/lib/liolib.c
   '';