treewide: replace Cyrillic characters with Latin

This commit is contained in:
osbm
2025-11-14 16:32:16 +03:00
parent 5ff5969ad1
commit 66f490f4b9
3 changed files with 3 additions and 3 deletions

View File

@@ -1089,7 +1089,7 @@ in
example = "1:2:2";
description = ''
The levels parameter defines structure of subdirectories in cache: from
1 to 3, each level accepts values 1 or 2. Сan be used any combination of
1 to 3, each level accepts values 1 or 2. Can be used any combination of
1 and 2 in these formats: x, x:x and x:x:x.
'';
};

View File

@@ -43,7 +43,7 @@ buildGoModule (finalAttrs: {
'';
meta = {
description = "Modern & minimalistic load balancer for the Сloud era";
description = "Modern & minimalistic load balancer for the Cloud era";
homepage = "https://gobetween.io";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tomberek ];

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
description = "DKIM + ARC email signing/verification tools + Python module";
longDescription = ''
Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides a number of convєnient tools
signing and verification. It also provides a number of convenient tools
for command line signing and verification, as well as generating new DKIM
records. This version also supports the experimental Authenticated
Received Chain (ARC) protocol.