about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/alt-ergo
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-08-02 23:50:51 +0200
committermimadrid <mimadrid@ucm.es>2017-08-03 11:56:15 +0200
commit09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (patch)
tree1f579ca29e8527186d1d7015ed2c655f582e12e7 /pkgs/applications/science/logic/alt-ergo
parentbe6170d803c88c9e934efffa220bc634d0f16320 (diff)
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
Diffstat (limited to 'pkgs/applications/science/logic/alt-ergo')
-rw-r--r--pkgs/applications/science/logic/alt-ergo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/alt-ergo/default.nix b/pkgs/applications/science/logic/alt-ergo/default.nix
index 7cf0aeb203de5..b2495a4a59323 100644
--- a/pkgs/applications/science/logic/alt-ergo/default.nix
+++ b/pkgs/applications/science/logic/alt-ergo/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "High-performance theorem prover and SMT solver";
-    homepage    = "http://alt-ergo.ocamlpro.com/";
+    homepage    = "https://alt-ergo.ocamlpro.com/";
     license     = stdenv.lib.licenses.cecill-c; # LGPL-2 compatible
     platforms   = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
     maintainers = [ stdenv.lib.maintainers.thoughtpolice ];