popfile: fix meta.homepage

This commit is contained in:
Ben Siraphob
2021-12-31 11:17:07 -08:00
committed by Jonathan Ringer
parent 3789776ec2
commit 42e649dbb9
+1 -1
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.