Unverified Commit eb8bd83e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

gnome-frog: add axodentally as maintainer (#496245)

parents 11549e06 b69ecba0
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;
  };
})