Unverified Commit 05dabf68 authored by Mikael Fangel's avatar Mikael Fangel
Browse files

changedetection-io: add mikaelfangel as maintainer

parent a43f8ce9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/dgtlmoon/changedetection.io";
    changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ mikaelfangel ];
  };
}