formatting/retab

This commit is contained in:
Chris Farmiloe 2014-06-12 16:08:49 +02:00 committed by Michael Raskin
parent 8ef11bb0ee
commit 76a4de68c1
2 changed files with 138 additions and 140 deletions

View file

@ -10,7 +10,6 @@ let
in in
{ {
# ------------------------------------------------------------
options = { options = {
@ -36,8 +35,6 @@ in
}; };
# ------------------------------------------------------------
config = mkIf cfg.enable (let config = mkIf cfg.enable (let
# Where the communication sockets live # Where the communication sockets live

View file

@ -33,7 +33,8 @@ stdenv.mkDerivation {
meta = { meta = {
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
description = "A multilayer virtual switch"; description = "A multilayer virtual switch";
longDescription = '' longDescription =
''
Open vSwitch is a production quality, multilayer virtual switch Open vSwitch is a production quality, multilayer virtual switch
licensed under the open source Apache 2.0 license. It is licensed under the open source Apache 2.0 license. It is
designed to enable massive network automation through designed to enable massive network automation through