libvori: fix typo

+1 -1
+1 -1
pkgs/development/libraries/libvori/default.nix
··· 12 12 nativeBuildInputs = [ cmake ]; 13 13 14 14 meta = with lib; { 15 - description = "Library for Voronoi intergration of electron densities"; 15 + description = "Library for Voronoi integration of electron densities"; 16 16 homepage = "https://brehm-research.de/libvori.php"; 17 17 license = with licenses; [ lgpl3Only ]; 18 18 platforms = platforms.unix;