Commit ba5d6abb authored by Linus Heckemann's avatar Linus Heckemann Committed by Jonathan Ringer
Browse files

remove some maintainerships

I'm no longer using any of these packages, and they're tricky to test
outside a useful context.
parent a8ce8ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ let
          on https://nixos.org/nixpkgs/manual/#sec-weechat .
        '';
        license = lib.licenses.gpl3;
        maintainers = with lib.maintainers; [ lovek323 lheckemann ];
        maintainers = with lib.maintainers; [ lovek323 ];
        platforms = lib.platforms.unix;
      };
    }
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
  meta = with lib; {
    description = "An open source chat-ops bot framework";
    homepage = "https://opsdroid.dev";
    maintainers = with maintainers; [ fpletz globin willibutz lheckemann ];
    maintainers = with maintainers; [ fpletz globin willibutz ];
    license = licenses.asl20;
    platforms = platforms.unix;
  };
+1 −1
Original line number Diff line number Diff line
@@ -59,6 +59,6 @@ buildPythonPackage rec {
    description = "Client library for the IBM Cloud services";
    homepage = "https://github.com/IBM/python-sdk-core";
    license = licenses.asl20;
    maintainers = with maintainers; [ globin lheckemann ];
    maintainers = with maintainers; [ globin ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ buildPythonPackage rec {
    description = "Client library to use the IBM Watson Services";
    homepage = "https://github.com/watson-developer-cloud/python-sdk";
    license = licenses.asl20;
    maintainers = with maintainers; [ globin lheckemann ];
    maintainers = with maintainers; [ globin ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@ buildPythonPackage rec {
    description = "A Python Mattermost Driver";
    homepage = "https://github.com/Vaelor/python-mattermost-driver";
    license = licenses.mit;
    maintainers = with maintainers; [ globin lheckemann ];
    maintainers = with maintainers; [ globin ];
  };
}
Loading