whosthere: switch supported platforms from linux -> unix

This commit is contained in:
Janez Podhostnik
2026-02-21 12:21:10 +01:00
parent fe5e3b0304
commit 85abe70667
+1 -1
View File
@@ -55,7 +55,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/ramonvermeulen/whosthere";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ matthiasbeyer ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
mainProgram = "whosthere";
};
})