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
@@ -55,7 +55,7 @@ rec {
];
platforms = with a.lib.platforms;
linux;
license = "BSD";
license = a.lib.licenses.bsd3;
inherit (sourceInfo) version;
homepage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/";
downloadPage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/download.html";