Fix license attribute of many bsd-like licensed packages

This commit is contained in:
Pascal Wittmann
2014-12-21 00:00:35 +01:00
parent f55545c0c9
commit f94580da69
49 changed files with 60 additions and 60 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "Provides a simplified, portable interface to several low-level networking routines";
homepage = http://code.google.com/p/libdnet/;
license = "BSD"; # New BSD license
license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;
};