gnome-frog: add axodentally as maintainer

This commit is contained in:
axodentally
2026-03-03 16:30:16 +01:00
parent 0f9254db35
commit b69ecba088
+1 -1
View File
@@ -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;
};
})