treewide: replace Cyrillic characters with Latin
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user