1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #323667 from wegank/23.11-unmaintained-2

treewide: fix typo
This commit is contained in:
Pol Dellaiera 2024-07-01 07:35:22 +02:00 committed by GitHub
commit 2b753fb3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
helpMsg = '' helpMsg = ''
We cannot download the full version automatically, as you require a license. We cannot download the full version automatically, as you require a license.
Once you have bought a license, you need to add your downloaded version to the nix store. Once you have bought a license, you need to add your downloaded version to the nix store.
You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux${version}.sh" You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux.${version}.sh"
in the directory where you saved it. in the directory where you saved it.
''; '';