From 07520b2af5495cbde94645d09b523de73047542d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Sun, 20 Oct 2013 00:48:48 -0400 Subject: [PATCH] Update maintainers and URLs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- MAINTAINERS | 11 +++++------ README | 7 +------ lxc.pc.in | 2 +- lxc.spec.in | 4 ++-- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 79caa0454..9c257816a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,12 +1,11 @@ - Before submitting your patches, check they are signed-off-by conforming with the DCO contained in the ./CONTRIBUTING file. Maintainer ---------- -Person : Daniel Lezcano -Mail patches to : daniel.lezcano@free.fr -Mailing lists : lxc-devel@sourceforge.net, containers@lists.osdl.org -Web page : lxc.sourceforge.net -GIT location : git://lxc.git.sourceforge.net/gitroot/lxc/lxc +Person : Daniel Lezcano, Serge Hallyn, Stéphane Graber +Mail patches to : lxc-devel@lists.sourceforge.net +Mailing lists : lxc-devel@lists.sourceforge.net, lxc-users@lists.sourceforge.net +Web page : http://linuxcontainers.org +GIT location : git://github.com/lxc/lxc diff --git a/README b/README index effca94ba..0062cbd46 100644 --- a/README +++ b/README @@ -24,14 +24,9 @@ Using lxc: Downloading the current source code: 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. - 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 For detailed build instruction refer to INSTALL and man lxc man page diff --git a/lxc.pc.in b/lxc.pc.in index ac5ce0951..380dd25ea 100644 --- a/lxc.pc.in +++ b/lxc.pc.in @@ -7,6 +7,6 @@ rootfsmountdir=@LXCROOTFSMOUNT@ Name: lxc Description: linux container tools Version: @PACKAGE_VERSION@ -URL: http://lxc.sourceforge.net +URL: http://linuxcontainers.org Libs: -L${libdir} -llxc -lutil Cflags: -I${includedir} diff --git a/lxc.spec.in b/lxc.spec.in index 995d455a8..a0f2c1ae9 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -23,8 +23,8 @@ Name: @PACKAGE@ Version: @VERSION@ Release: 1%{?dist} -URL: http://lxc.sourceforge.net -Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +URL: http://linuxcontainers.org +Source: http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz Summary: %{name} : Linux Container Group: Applications/System License: LGPL -- 2.47.2