mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
libmbd: fix typo
This commit is contained in:
parent
50fc2bfb8b
commit
46d88a276c
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ mpi ];
|
||||
|
||||
meta = with lib; {
|
||||
description = " Many-body dispersion library";
|
||||
description = "Many-body dispersion library";
|
||||
homepage = "https://github.com/libmbd/libmbd";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user