fastd: fix meta.platforms typo
This commit is contained in:
parent
f30f7d0cff
commit
c766c7f095
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Fast and Secure Tunneling Daemon";
|
description = "Fast and Secure Tunneling Daemon";
|
||||||
homepage = https://projects.universe-factory.net/projects/fastd/wiki;
|
homepage = https://projects.universe-factory.net/projects/fastd/wiki;
|
||||||
license = with licenses; [ bsd2 bsd3 ];
|
license = with licenses; [ bsd2 bsd3 ];
|
||||||
platform = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user