Merge pull request #229685 from wegank/wp4nix-darwin

This commit is contained in:
Lassulus
2023-05-03 17:37:57 +02:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ buildGoModule rec {
homepage = "https://git.helsinki.tools/helsinki-systems/wp4nix";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}