Unverified Commit a3098449 authored by Austin Horstman's avatar Austin Horstman
Browse files

dooit: add khaneliman to maintainers

parent dc1834e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/kraanzu/dooit";
    changelog = "https://github.com/kraanzu/dooit/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ wesleyjrz ];
    maintainers = with maintainers; [ khaneliman wesleyjrz ];
  };
}