duckdb: add cpcloud as maintainer

This commit is contained in:
Phillip Cloud 2022-02-11 15:54:00 -05:00
parent d2c3c33f7b
commit d85581eca8
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "Embeddable SQL OLAP Database Management System";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ costrouc cpcloud ];
};
}