urweb: Use lib.licenses.bsd3 in meta attributes.

This commit is contained in:
aszlig 2012-08-25 16:08:01 +02:00
parent 9dace1124e
commit ca3f140e9b

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.impredicative.com/ur/; homepage = http://www.impredicative.com/ur/;
license = "bsd"; license = stdenv.lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
}; };
} }