fastd: fix meta.platforms typo

This commit is contained in:
Franz Pletz
2016-10-13 22:02:36 +02:00
parent f30f7d0cff
commit c766c7f095

View File

@@ -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 ];
};
}