Browse Source

Switch some project url to https

Leo 9 years ago
parent
commit
cfc8b0a884
5 changed files with 13 additions and 12 deletions
  1. 2 2
      CONTRIBUTING.md
  2. 2 2
      README.md
  3. 1 1
      _oasis
  4. 5 4
      setup.ml
  5. 3 3
      src/command_def.ml

+ 2 - 2
CONTRIBUTING.md

@@ -1,6 +1,6 @@
 # Contributions are most welcome, not only for the code !
 
-See [the website](http://oclaunch.eu.org/contribute) for details.
+See [the website](https://oclaunch.eu.org/contribute) for details.
 
 By participating in this project you agree to abide by its
-[rules](http://www.oclaunch.eu.org/rules).
+[rules](https://www.oclaunch.eu.org/rules).

+ 2 - 2
README.md

@@ -1,5 +1,5 @@
 <!--- OASIS_START --->
-<!--- DO NOT EDIT (digest: aa0b230bc61e32c4a92b1f461b88f498) --->
+<!--- DO NOT EDIT (digest: f1b0331dfcbba0e361627569042612c3) --->
 
 OcLaunch - Launch commands automagically
 ========================================
@@ -29,7 +29,7 @@ You will not see anything more.</li> </ul></p>
 See the file [INSTALL.md](INSTALL.md) for building and installation
 instructions.
 
-[Home page](http://www.oclaunch.eu.org)
+[Home page](https://oclaunch.eu.org)
 
 Copyright and license
 ---------------------

+ 1 - 1
_oasis

@@ -7,7 +7,7 @@ Maintainers: Joly Clément <leowzukw@vmail.me>
 License:     CeCILL
 LicenseFile: LICENSE
 Copyrights: (C) 2014-2016 Joly Clément
-Homepage: http://www.oclaunch.eu.org
+Homepage: https://oclaunch.eu.org
 BuildTools: ocamlbuild, camlp4o
 Plugins: StdFiles (0.4), DevFiles (0.4)
 XStdFilesREADME: true

+ 5 - 4
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 258d28cc868fb8f51cc873723a895e58) *)
+(* DO NOT EDIT (digest: 1929aee9772f2a45b03194f26506ccf8) *)
 (*
    Regenerated by OASIS v0.4.6
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6887,7 +6887,7 @@ let setup_t =
           copyrights = ["(C) 2014-2016 Joly Cl\195\169ment"];
           maintainers = ["Joly Cl\195\169ment <leowzukw@vmail.me>"];
           authors = ["Joly Cl\195\169ment <leowzukw@vmail.me>"];
-          homepage = Some "http://www.oclaunch.eu.org";
+          homepage = Some "https://oclaunch.eu.org";
           synopsis = "Launch commands automagically";
           description =
             Some
@@ -7036,7 +7036,8 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.6";
-     oasis_digest = Some "\248\223\204\171I\178C5l\005\217\254){P\"";
+     oasis_digest =
+       Some "\015\135\136\138\014\148\005\017\171\187\170x\177X\240\247";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -7044,6 +7045,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7048 "setup.ml"
+# 7049 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;

+ 3 - 3
src/command_def.ml

@@ -314,13 +314,13 @@ let run ~version ~build_info () =
       ~summary:"OcLaunch program is published under CeCILL licence.\n\
                 You may run the program with 'licence' command or see \
                 http://cecill.info/licences/Licence_CeCILL_V2.1-en.html \
-                (http://lnch.ml/cecill) for details. More here: \
-                http://oclaunch.eu.org/floss-under-cecill (http://lnch.ml/l)."
+                (https://lnch.ml/cecill) for details. More here: \
+                https://oclaunch.eu.org/floss-under-cecill (https://lnch.ml/l)."
       ~readme:(fun () ->
              String.concat [
                "Use 'help' subcommand to get help (it works both \
                 after the name of the software and with another subcommand). For \
-                further help, see http://oclaunch.eu.org." ;
+                further help, see https://oclaunch.eu.org." ;
                "\n" ;
                File_com.welcome_msg
              ]