forked from mirrors/nixpkgs
urweb: Use lib.licenses.bsd3 in meta attributes.
This commit is contained in:
parent
9dace1124e
commit
ca3f140e9b
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue