summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-01 01:48:29 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 11:17:07 -0800
commit42e649dbb93af84a35cb486b97ef0a4901e58310 (patch)
tree0d8e3b1a358f3b3013ae98f948ad70435ba9eb80
parent3789776ec243066716ed9154cea45d9db2311cf9 (diff)
downloadnixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar.gz
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar.bz2
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar.lz
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar.xz
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.tar.zst
nixpkgs-42e649dbb93af84a35cb486b97ef0a4901e58310.zip
popfile: fix meta.homepage
-rw-r--r--pkgs/tools/text/popfile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/popfile/default.nix b/pkgs/tools/text/popfile/default.nix
index 7cfb2d2d6a4..7dec478a634 100644
--- a/pkgs/tools/text/popfile/default.nix
+++ b/pkgs/tools/text/popfile/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "An email classification system that automatically sorts messages and fights spam";
-    homepage = "http://getpopfile.org";
+    homepage = "https://getpopfile.org/";
     license = lib.licenses.gpl2;
 
     # Should work on macOS, but havent tested it.