Merge pull request #132028 from NixOS/backport-132011-to-release-21.05

[Backport release-21.05] nixos/bird: fix bird/bird6 description
This commit is contained in:
Jörg Thalheim 2021-07-30 10:40:02 +01:00 committed by GitHub
commit 528a5c4420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ let
birdBin = if variant == "bird6" then "bird6" else "bird";
birdc = if variant == "bird6" then "birdc6" else "birdc";
descr =
{ bird = "1.9.x with IPv4 suport";
bird6 = "1.9.x with IPv6 suport";
{ bird = "1.6.x with IPv4 support";
bird6 = "1.6.x with IPv6 support";
bird2 = "2.x";
}.${variant};
in {