geos: add willcohen to maintainers

This commit is contained in:
Will Cohen 2022-03-22 16:04:48 -04:00
parent 65e92f7028
commit 6a3cd2f6d7

View file

@ -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
];
};
}