diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-07-30 03:13:50 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-30 06:44:37 +0000 |
| commit | 0c501980476459bdc4d4dfe2b361242f132c9191 (patch) | |
| tree | eef7d9b1c739ce6a41ed5689cee483934c2ac558 | |
| parent | Merge pull request #131990 from iceman-p/backport-131189-to-release-21.05 (diff) | |
| download | nixpkgs-0c501980476459bdc4d4dfe2b361242f132c9191.tar.gz | |
nixos/bird: fix bird/bird6 description
(cherry picked from commit d902365913fd65abc2d5d5298c2b9b0beda2f2ca)
| -rw-r--r-- | nixos/modules/services/networking/bird.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/bird.nix b/nixos/modules/services/networking/bird.nix index 1923afdf83f2..c14adbda3c5a 100644 --- a/nixos/modules/services/networking/bird.nix +++ b/nixos/modules/services/networking/bird.nix @@ -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 { |
