mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fastd: fix meta.platforms typo
This commit is contained in:
parent
f30f7d0cff
commit
c766c7f095
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue