From c766c7f095ee24fa45f9e8e3449e3a7a3e4fdcbf Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 13 Oct 2016 22:02:36 +0200 Subject: [PATCH] fastd: fix meta.platforms typo --- pkgs/tools/networking/fastd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/fastd/default.nix b/pkgs/tools/networking/fastd/default.nix index b35e9c5cf5c..3a99adb4a9e 100644 --- a/pkgs/tools/networking/fastd/default.nix +++ b/pkgs/tools/networking/fastd/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { description = "Fast and Secure Tunneling Daemon"; homepage = https://projects.universe-factory.net/projects/fastd/wiki; license = with licenses; [ bsd2 bsd3 ]; - platform = platforms.linux; + platforms = platforms.linux; maintainers = with maintainers; [ fpletz ]; }; }