maintainers: add npatsakula

This commit is contained in:
Patsakula Nikita 2022-06-06 16:28:54 +03:00
parent 8b41b993e0
commit ac769bb158
No known key found for this signature in database
GPG key ID: 5343E83CA1371738
2 changed files with 7 additions and 0 deletions

View file

@ -14784,4 +14784,10 @@
github = "jali-clarke";
githubId = 17733984;
};
npatsakula = {
email = "nikita.patsakula@gmail.com";
name = "Patsakula Nikita";
github = "npatsakula";
githubId = 23001619;
};
}

View file

@ -32,5 +32,6 @@
license = with licenses; [ asl20 ];
platforms = platforms.x86_64;
homepage = "https://docs.datastax.com/en/developer/cpp-driver/";
maintainers = [ maintainers.npatsakula ];
};
}