Unverified Commit 9b6701a8 authored by Theodore Ni's avatar Theodore Ni
Browse files

python312Packages.pymumble: add tjni as maintainer

parent 1fed23c9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ buildPythonPackage {
    description = "Library to create mumble bots";
    homepage = "https://github.com/tjni/pymumble";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ thelegy ];
    maintainers = with maintainers; [
      thelegy
      tjni
    ];
  };
}