Fixed meta.license: s/licence/license

This commit is contained in:
Pascal Wittmann
2015-05-30 15:19:05 +02:00
parent dbfaf1c27c
commit 1d30557516
6 changed files with 11 additions and 11 deletions
@@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
--replace "self.cert_dir" "root_prefix + self.cert_dir"
'';
meta = {
meta = with stdenv.lib; {
platforms = platforms.linux;
description = "A multilayer virtual switch";
longDescription =
@@ -60,6 +60,6 @@ in stdenv.mkDerivation rec {
to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.
'';
homepage = "http://openvswitch.org/";
licence = "Apache 2.0";
license = licenses.asl20;
};
}