Skip to content

Commit

Permalink
Switched to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Dec 11, 2016
1 parent 139cf80 commit 2651861
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ See chapter `getting started`_.
License
+++++++

edi uses the following licenses:

- LGPL for the source files written in Python.
- MIT license for the yaml files.

edi is licensed under the LGPL license.

Contributions
+++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: edi
Source: https://gitlab.com/lueschem/edi
Source: https://github.com/lueschem/edi

Files: *
Copyright: (C) 2016 Matthias Luescher
Expand Down
8 changes: 5 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Working with the edi Source Code

::

git clone https://gitlab.com/lueschem/edi.git
git clone https://github.com/lueschem/edi.git

#. Change into the edi subfolder:

Expand All @@ -54,11 +54,13 @@ Working with the edi Source Code

source local_setup

#. Change into the examples directory:
#. Clone the edi-examples repository:

::

cd examples/advanced/
cd ..
git clone https://github.com/lueschem/edi-examples.git
cd edi-examples/advanced/

#. Build your first lxd container using edi:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_install_requires():
description='Embedded Development Infrastructure - edi',
long_description=long_description,

url='https://gitlab.com/lueschem/edi',
url='https://github.com/lueschem/edi',

# Author details
author='Matthias Luescher',
Expand Down

0 comments on commit 2651861

Please sign in to comment.