duckdb: add cameronraysmith as maintainer
This commit is contained in:
@@ -144,6 +144,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "duckdb";
|
||||
maintainers = with lib.maintainers; [
|
||||
cameronraysmith
|
||||
costrouc
|
||||
cpcloud
|
||||
];
|
||||
|
||||
@@ -145,6 +145,9 @@ buildPythonPackage rec {
|
||||
description = "Python binding for DuckDB";
|
||||
homepage = "https://duckdb.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ cpcloud ];
|
||||
maintainers = with lib.maintainers; [
|
||||
cameronraysmith
|
||||
cpcloud
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user