Unverified Commit 49bdffa7 authored by Gaël James's avatar Gaël James
Browse files

oterm: assign gaelj as maintainer

parent 2439cd29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://github.com/ggozad/oterm";
    changelog = "https://github.com/ggozad/oterm/releases/tag/${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ suhr ];
    maintainers = with lib.maintainers; [ gaelj ];
    mainProgram = "oterm";
  };
}