maintainers: Add ozkutuk

This commit is contained in:
Berk Ozkutuk 2022-02-22 22:44:57 +03:00
parent becd20aa66
commit c995349365
2 changed files with 7 additions and 1 deletions

View File

@ -9253,6 +9253,12 @@
githubId = 15930073;
name = "Moritz Scheuren";
};
ozkutuk = {
email = "ozkutuk@protonmail.com";
github = "ozkutuk";
githubId = 5948762;
name = "Berk Özkütük";
};
pablovsky = {
email = "dealberapablo07@gmail.com";
github = "pablo1107";

View File

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "Extract hardcoded subtitles from videos using machine learning";
homepage = "https://github.com/apm1467/videocr";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ ozkutuk ];
};
}