tabnine: add lovesegfault as maintainer

This commit is contained in:
Bernardo Meurer 2021-07-09 10:54:46 -07:00
parent 2cf81aa358
commit c4212c8bf6
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
description = "Smart Compose for code that uses deep learning to help you write code faster";
license = licenses.unfree;
platforms = [ "x86_64-darwin" "x86_64-linux" ];
maintainers = with maintainers; [ lovesegfault ];
};
}