popfile: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:48:29 +07:00 committed by Jonathan Ringer
parent 3789776ec2
commit 42e649dbb9

View File

@ -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.