Update maintainers and URLs

parent 36b33520
Before submitting your patches, check they are signed-off-by Before submitting your patches, check they are signed-off-by
conforming with the DCO contained in the ./CONTRIBUTING file. conforming with the DCO contained in the ./CONTRIBUTING file.
Maintainer Maintainer
---------- ----------
Person : Daniel Lezcano Person : Daniel Lezcano, Serge Hallyn, Stéphane Graber
Mail patches to : daniel.lezcano@free.fr Mail patches to : lxc-devel@lists.sourceforge.net
Mailing lists : lxc-devel@sourceforge.net, containers@lists.osdl.org Mailing lists : lxc-devel@lists.sourceforge.net, lxc-users@lists.sourceforge.net
Web page : lxc.sourceforge.net Web page : http://linuxcontainers.org
GIT location : git://lxc.git.sourceforge.net/gitroot/lxc/lxc GIT location : git://github.com/lxc/lxc
...@@ -24,14 +24,9 @@ Using lxc: ...@@ -24,14 +24,9 @@ Using lxc:
Downloading the current source code: Downloading the current source code:
Source for the latest released version can always be downloaded from Source for the latest released version can always be downloaded from
http://lxc.sourceforge.net/download/lxc http://linuxcontainers.org/downloads/
You can browse the up to the minute source code and change history online. You can browse the up to the minute source code and change history online.
http://lxc.git.sourceforge.net
For an even more bleeding edge experience, you may want to look at the
staging branch where all changes aimed at the next release land before
getting pulled into the master branch.
http://github.com/lxc/lxc http://github.com/lxc/lxc
For detailed build instruction refer to INSTALL and man lxc man page For detailed build instruction refer to INSTALL and man lxc man page
......
...@@ -7,6 +7,6 @@ rootfsmountdir=@LXCROOTFSMOUNT@ ...@@ -7,6 +7,6 @@ rootfsmountdir=@LXCROOTFSMOUNT@
Name: lxc Name: lxc
Description: linux container tools Description: linux container tools
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
URL: http://lxc.sourceforge.net URL: http://linuxcontainers.org
Libs: -L${libdir} -llxc -lutil Libs: -L${libdir} -llxc -lutil
Cflags: -I${includedir} Cflags: -I${includedir}
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
Name: @PACKAGE@ Name: @PACKAGE@
Version: @VERSION@ Version: @VERSION@
Release: 1%{?dist} Release: 1%{?dist}
URL: http://lxc.sourceforge.net URL: http://linuxcontainers.org
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source: http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
Summary: %{name} : Linux Container Summary: %{name} : Linux Container
Group: Applications/System Group: Applications/System
License: LGPL License: LGPL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment