fix bad "licence" names

Mostly what I merged from @lovek323.
Such errors can be easily checked by
  nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
This commit is contained in:
Vladimír Čunát
2013-07-04 18:16:34 +02:00
parent cfbae2de73
commit 4a0952d2fa
8 changed files with 9 additions and 9 deletions
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A library of simple functions that are optimized for various CPUs";
homepage = http://liboil.freedesktop.org;
license = libraries.bsd2;
license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;
};