about summary refs log tree commit diff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/grepm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/search/grepm/default.nix b/pkgs/applications/search/grepm/default.nix
index 7a3210459d1b7..14ac6ed69ce8b 100644
--- a/pkgs/applications/search/grepm/default.nix
+++ b/pkgs/applications/search/grepm/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "Wrapper for grepmail utilizing mutt";
-    homepage = "http://www.barsnick.net/sw/grepm.html";
+    homepage = "https://www.barsnick.net/sw/grepm.html";
     license = licenses.free;
     platforms = platforms.unix;
     maintainers = [ maintainers.romildo ];