Unverified Commit 50917a63 authored by Clément's avatar Clément
Browse files

python3Packages.tess: adopt

parent 2fe7c8f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ buildPythonPackage rec {
    description = "Module for calculating and analyzing Voronoi tessellations";
    homepage = "https://tess.readthedocs.org";
    license = lib.licenses.bsd3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ drawbu ];
  };
}