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 3f1cbe1d81
commit 9f87711f0d

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