Skip to content

Commit 2b753fb

Browse files
authored
Merge pull request #323667 from wegank/23.11-unmaintained-2
treewide: fix typo
2 parents 2ffb9df + 34fe9ad commit 2b753fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/development/python-modules/s2clientprotocol/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

pkgs/games/worldofgoo/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)