gap: use https for the homepage

This commit is contained in:
Timo Kaufmann 2020-05-28 15:58:41 +02:00
parent 9e245a0878
commit f15c816584

View file

@ -180,6 +180,6 @@ stdenv.mkDerivation rec {
# reasonable and that way the binary cache doesn't get overloaded.
hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
license = licenses.gpl2;
homepage = "http://gap-system.org/";
homepage = "https://www.gap-system.org";
};
}