Fix UK spelling of 'lib.licences', lib uses US spelling (probably reasonable)
This commit is contained in:
parent
cabbf2372a
commit
d23a1c8387
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue