summary refs log tree commit diff
path: root/pkgs/applications/editors/fte/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/fte/default.nix')
-rw-r--r--pkgs/applications/editors/fte/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/fte/default.nix b/pkgs/applications/editors/fte/default.nix
index b4b5e74887c..c2b3229d452 100644
--- a/pkgs/applications/editors/fte/default.nix
+++ b/pkgs/applications/editors/fte/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A free text editor for developers";
-    homepage = "http://fte.sourceforge.net/";
+    homepage = "https://fte.sourceforge.net/";
     license = licenses.gpl2;
     maintainers = [ ];
     platforms = platforms.all;