Browse Source

Starting to update to the new address of the website

Migrating from 'oclaunch.tuxfamily.org' -> 'oclaunch.eu.org'
Leo 9 years ago
parent
commit
5fad722078
5 changed files with 10 additions and 11 deletions
  1. 2 2
      CONTRIBUTING.md
  2. 2 2
      README.md
  3. 1 1
      _oasis
  4. 1 1
      opam
  5. 4 5
      setup.ml

+ 2 - 2
CONTRIBUTING.md

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

+ 2 - 2
README.md

@@ -1,5 +1,5 @@
 <!--- OASIS_START --->
-<!--- DO NOT EDIT (digest: a582ff5eef328f0f8ccffbe2c68e80aa) --->
+<!--- DO NOT EDIT (digest: 0bfe5fa7f821b21fd80ec7f528e7aa1a) --->
 
 OcLaunch - Launch commands automagically
 ========================================
@@ -12,7 +12,7 @@ https://gitlab.com/WzukW/oclaunch/wikis/home. Try it, it works automagically!
 See the file [INSTALL.md](INSTALL.md) for building and installation
 instructions.
 
-[Home page](http://www.oclaunch.tuxfamily.org)
+[Home page](http://www.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-2015 Joly Clément
-Homepage: http://www.oclaunch.tuxfamily.org
+Homepage: http://www.oclaunch.eu.org
 BuildTools: ocamlbuild, camlp4o
 Plugins: StdFiles (0.4), DevFiles (0.4)
 XStdFilesREADME: true

+ 1 - 1
opam

@@ -4,7 +4,7 @@ version: "0.2.2.1-dev"
 maintainer: "Leo <leowzukw@vmail.me>"
 authors: "Leo <leowzukw@vmail.me>"
 license: "CeCILL"
-homepage: "http://www.oclaunch.tuxfamily.org"
+homepage: "http://www.oclaunch.eu.org"
 bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new"
 dev-repo: "git@gitlab.com:WzukW/oclaunch.git"
 build: [

+ 4 - 5
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.5 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 19bf7f40daca89d365e9f158972ca1b6) *)
+(* DO NOT EDIT (digest: 024f0c395c148a82dd290f4b94470cd2) *)
 (*
    Regenerated by OASIS v0.4.5
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6864,7 +6864,7 @@ let setup_t =
           copyrights = ["(C) 2014-2015 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.tuxfamily.org";
+          homepage = Some "http://www.oclaunch.eu.org";
           synopsis = "Launch commands automagically";
           description =
             Some
@@ -7019,8 +7019,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.5";
-     oasis_digest =
-       Some "r\241\190\235\202\133\189\225P\184\252c>\220\030\189";
+     oasis_digest = Some "b\227X\146\165\031kt$J\177?\155\150c7";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -7028,6 +7027,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 7032 "setup.ml"
+# 7031 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;