···5959 or develop with it, day-to-day, on your local host.
6060 '';
6161 homepage = "https://github.com/minishift/minishift";
6262- maintainers = with maintainers; [ fpletz vdemeester ];
6262+ maintainers = with maintainers; [ vdemeester ];
6363 platforms = platforms.linux;
6464 license = licenses.asl20;
6565 };
+1-1
pkgs/applications/networking/errbot/default.nix
···6363 meta = with lib; {
6464 description = "Chatbot designed to be simple to extend with plugins written in Python";
6565 homepage = "http://errbot.io/";
6666- maintainers = with maintainers; [ fpletz globin ];
6666+ maintainers = with maintainers; [ globin ];
6767 license = licenses.gpl3Plus;
6868 platforms = platforms.linux;
6969 # flaky on darwin, "RuntimeError: can't start new thread"
+1-1
pkgs/applications/networking/opsdroid/default.nix
···2929 meta = with lib; {
3030 description = "An open source chat-ops bot framework";
3131 homepage = "https://opsdroid.dev";
3232- maintainers = with maintainers; [ fpletz globin willibutz ];
3232+ maintainers = with maintainers; [ globin willibutz ];
3333 license = licenses.asl20;
3434 platforms = platforms.unix;
3535 };