Unverified Commit 67c6c471 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.signalrcore: clean up meta

parent 29100ff7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -66,12 +66,10 @@ buildPythonPackage rec {

  meta = {
    mainProgram = "signalrcore";

    description = "A complete Python client for ASP.NET Core SignalR — supporting all transports, encodings, authentication, and reconnection strategies.";
    description = "Complete Python client for ASP.NET Core SignalR — supporting all transports, encodings, authentication, and reconnection strategies";
    homepage = "https://mandrewcito.github.io/signalrcore";
    changelog = "https://github.com/mandrewcito/signalrcore/releases/tag/${version}";
    license = lib.licenses.mit;

    maintainers = with lib.maintainers; [ vaisriv ];
  };
}