seatd: broaden platforms

From the homepage:

> Currently supports Linux and FreeBSD, and has experimental NetBSD support.
This commit is contained in:
Alyssa Ross
2023-01-12 17:29:07 +00:00
parent 549412b072
commit d3ca407d43

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
changelog = "https://git.sr.ht/~kennylevinsen/seatd/refs/${version}";
homepage = "https://sr.ht/~kennylevinsen/seatd/";
license = licenses.mit;
platforms = platforms.linux;
platforms = with platforms; freebsd ++ linux ++ netbsd;
maintainers = with maintainers; [ emantor ];
};
}