Unverified Commit b69ecba0 authored by axodentally's avatar axodentally
Browse files

gnome-frog: add axodentally as maintainer

parent 0f9254db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    description = "Intuitive text extraction tool (OCR) for GNOME desktop";
    license = lib.licenses.mit;
    mainProgram = "frog";
    maintainers = [ ];
    maintainers = [ lib.maintainers.axodentally ];
    platforms = lib.platforms.linux;
  };
})