Skip to content

Commit d10de19

Browse files
Fix streamcpi formula: branch master -> main
1 parent 703759b commit d10de19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamcpi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Streamcpi < Formula
22
desc "StreamCPI - Memory-Efficient Streaming Graph Partitioning via Compression"
33
homepage "https://github.com/KaHIP/CompressedStreamingGraphPartitioning"
44
license "MIT"
5-
head "https://github.com/KaHIP/CompressedStreamingGraphPartitioning.git", branch: "master"
5+
head "https://github.com/KaHIP/CompressedStreamingGraphPartitioning.git", branch: "main"
66

77
depends_on "cmake" => :build
88
depends_on "gcc" => :build

0 commit comments

Comments
 (0)