summary refs log tree commit diff
path: root/pkgs/games/fltrator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/fltrator/default.nix')
-rw-r--r--pkgs/games/fltrator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/fltrator/default.nix b/pkgs/games/fltrator/default.nix
index 9df7d9cccfd..b1a2bb6b8c0 100644
--- a/pkgs/games/fltrator/default.nix
+++ b/pkgs/games/fltrator/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     description = "A simple retro style arcade side-scroller game";
     longDescription = '' FLTrator is a simple retro style arcade side-scroller game in which you steer a spaceship through a landscape with hostile rockets and other obstacles.
     It has ten different levels and a level editor to create new levels or modify the existing.''; # from https://libregamewiki.org/FLTrator
-    homepage = "http://fltrator.sourceforge.net/";
+    homepage = "https://fltrator.sourceforge.net/";
     platforms = platforms.linux;
     maintainers = [ maintainers.marius851000 ];
     license = licenses.gpl3;