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"; example = "1:2:2";
description = '' description = ''
The levels parameter defines structure of subdirectories in cache: from 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. 1 and 2 in these formats: x, x:x and x:x:x.
''; '';
}; };

View File

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

View File

@@ -41,7 +41,7 @@ buildPythonPackage rec {
description = "DKIM + ARC email signing/verification tools + Python module"; description = "DKIM + ARC email signing/verification tools + Python module";
longDescription = '' longDescription = ''
Python module that implements DKIM (DomainKeys Identified Mail) email 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 for command line signing and verification, as well as generating new DKIM
records. This version also supports the experimental Authenticated records. This version also supports the experimental Authenticated
Received Chain (ARC) protocol. Received Chain (ARC) protocol.