about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-28 15:58:41 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-28 15:58:41 +0200
commitf15c8165848d804ba86fa5c1715997e27ebbe990 (patch)
tree0db01d24526fab2c89a34a500eb998cf1e4966ee
parent9e245a0878478dc45232100cc4c81fd0de747030 (diff)
downloadnixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar.gz
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar.bz2
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar.lz
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar.xz
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.tar.zst
nixlib-f15c8165848d804ba86fa5c1715997e27ebbe990.zip
gap: use https for the homepage
-rw-r--r--pkgs/applications/science/math/gap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix
index 0b69c00710c3..079051cc34d4 100644
--- a/pkgs/applications/science/math/gap/default.nix
+++ b/pkgs/applications/science/math/gap/default.nix
@@ -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";
   };
 }