gap: use https for the homepage
This commit is contained in:
parent
9e245a0878
commit
f15c816584
|
@ -180,6 +180,6 @@ stdenv.mkDerivation rec {
|
||||||
# reasonable and that way the binary cache doesn't get overloaded.
|
# reasonable and that way the binary cache doesn't get overloaded.
|
||||||
hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
|
hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://gap-system.org/";
|
homepage = "https://www.gap-system.org";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue