mapnik: add hummeltech as maintainer

This commit is contained in:
David Hummel
2024-01-02 01:46:30 -08:00
committed by Robert Schütz
parent ebe162ff1a
commit cda679ef0c
@@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An open source toolkit for developing mapping applications";
homepage = "https://mapnik.org";
maintainers = with maintainers; [ hrdinka ];
maintainers = with maintainers; [ hrdinka hummeltech ];
license = licenses.lgpl21Plus;
platforms = platforms.all;
};