Unverified Commit 1199045e authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

treewide: replace Cyrillic characters with Latin (#461580)

parents d33e63cd 66f490f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
                  '';
                };
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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.