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; githubId = 15930073;
name = "Moritz Scheuren"; name = "Moritz Scheuren";
}; };
ozkutuk = {
email = "ozkutuk@protonmail.com";
github = "ozkutuk";
githubId = 5948762;
name = "Berk Özkütük";
};
pablovsky = { pablovsky = {
email = "dealberapablo07@gmail.com"; email = "dealberapablo07@gmail.com";
github = "pablo1107"; github = "pablo1107";

View file

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