Fix UK spelling of 'lib.licences', lib uses US spelling (probably reasonable)

This commit is contained in:
Steve D 2025-11-06 22:51:10 +00:00
parent cabbf2372a
commit d23a1c8387
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ in
description = "A general-purpose data compression software, successor of LZMA.";
homepage = "https://tukaani.org/xz";
license = [
lib.licences.gpl2Plus
lib.licenses.gpl2Plus
lib.licenses.lgpl21Plus
];
};

View file

@ -28,7 +28,7 @@ in
description = "A general-purpose data compression software, successor of LZMA.";
homepage = "https://tukaani.org/xz";
license = [
lib.licences.gpl2Plus
lib.licenses.gpl2Plus
lib.licenses.lgpl21Plus
];
};

View file

@ -20,7 +20,7 @@ in
description = "A general-purpose data compression software, successor of LZMA.";
homepage = "https://tukaani.org/xz";
license = [
lib.licences.gpl2Plus
lib.licenses.gpl2Plus
lib.licenses.lgpl21Plus
];
};