Commit e8e0f9d2 authored by Tomodachi94's avatar Tomodachi94
Browse files

python11Packages.pyocr: add self to maintainers

parent 64b6280e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ buildPythonPackage rec {
    changelog = "https://gitlab.gnome.org/World/OpenPaperwork/pyocr/-/blob/${version}/ChangeLog";
    description = "A Python wrapper for Tesseract and Cuneiform";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ symphorien ];
    maintainers = with maintainers; [ symphorien tomodachi94 ];
  };
}