uptimed: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-08 22:59:32 +07:00
parent 06f3076639
commit 8bd1dd33d1

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/rpodgorny/uptimed/";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}