File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
development/python-modules/s2clientprotocol Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
2222 meta = {
2323 description = "StarCraft II - client protocol" ;
24- homepage = "https://github.com/Blizzard/sc2client -proto" ;
24+ homepage = "https://github.com/Blizzard/s2client -proto" ;
2525 license = lib . licenses . mit ;
2626 maintainers = with lib . maintainers ; [ ] ;
2727 } ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323 helpMsg = ''
2424 We cannot download the full version automatically, as you require a license.
2525 Once you have bought a license, you need to add your downloaded version to the nix store.
26- You can do this by using "nix-prefetch-url file://\$PWD/${ pname } .Linux${ version } .sh"
26+ You can do this by using "nix-prefetch-url file://\$PWD/${ pname } .Linux. ${ version } .sh"
2727 in the directory where you saved it.
2828 '' ;
2929
You can’t perform that action at this time.
0 commit comments