Unverified Commit 8848cea6 authored by Anselm Schüler's avatar Anselm Schüler Committed by GitHub
Browse files

ilmbase: fix meta.description (#398224)

parent 4d61ccc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
  '';

  meta = with lib; {
    description = " A library for 2D/3D vectors and matrices and other mathematical objects, functions and data types for computer graphics";
    description = "Library for 2D/3D vectors and matrices and other mathematical objects, functions and data types for computer graphics";
    homepage = "https://www.openexr.com/";
    license = licenses.bsd3;
    platforms = platforms.all;