summary refs log tree commit diff
path: root/pkgs/development/libraries/martyr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/martyr/default.nix')
-rw-r--r--pkgs/development/libraries/martyr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/martyr/default.nix b/pkgs/development/libraries/martyr/default.nix
index 609033e22ea..3221f2950c1 100644
--- a/pkgs/development/libraries/martyr/default.nix
+++ b/pkgs/development/libraries/martyr/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Java framework around the IRC protocol to allow application writers easy manipulation of the protocol and client state";
-    homepage = "http://martyr.sourceforge.net/";
+    homepage = "https://martyr.sourceforge.net/";
     license = lib.licenses.lgpl21;
   };
 }