geos: add willcohen to maintainers

This commit is contained in:
Will Cohen
2022-03-30 11:53:30 -04:00
parent 65e92f7028
commit 6a3cd2f6d7
@@ -24,5 +24,8 @@ stdenv.mkDerivation rec {
description = "C++ port of the Java Topology Suite (JTS)";
homepage = "https://trac.osgeo.org/geos";
license = licenses.lgpl21Only;
maintainers = with lib.maintainers; [
willcohen
];
};
}