Commit de6273da authored by mj's avatar mj Committed by Weijia Wang
Browse files

python3Packages.s2clientprotocol: fix `meta.homepage` url

previously linked to non-existent github repo.
`sc2 => s2`
parent 5b3bbb9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {

  meta = {
    description = "StarCraft II - client protocol";
    homepage = "https://github.com/Blizzard/sc2client-proto";
    homepage = "https://github.com/Blizzard/s2client-proto";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ ];
  };