Fix some meta.license attributes

+3 -3
+1 -1
pkgs/applications/editors/emacs-modes/erlang/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 homepage = "http://github.com/erlang/otp"; 20 20 description = "Erlang mode for Emacs"; 21 - licence = licenses.asl20; 21 + license = licenses.asl20; 22 22 platforms = platforms.unix; 23 23 maintainers = [ maintainers.samuelrivas ]; 24 24 };
+2 -2
pkgs/top-level/python-packages.nix
··· 2765 2765 meta = { 2766 2766 description = "Minimal task scheduling abstraction"; 2767 2767 homepage = "http://github.com/ContinuumIO/dask/"; 2768 - licenses = licenses.bsd3; 2768 + license = licenses.bsd3; 2769 2769 maintainers = with maintainers; [ fridh ]; 2770 2770 }; 2771 2771 }; ··· 3299 3299 meta = { 3300 3300 description = "Easy to use python subprocess interface"; 3301 3301 homepage = "https://github.com/ponty/EasyProcess"; 3302 - licenses = licenses.bsdOriginal; 3302 + license = licenses.bsdOriginal; 3303 3303 maintainers = with maintainers; [ layus ]; 3304 3304 }; 3305 3305 };