Skip to content

Commit

Permalink
Point the collectd dep to the new public fork (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski authored Apr 10, 2024
1 parent f97a258 commit 1392267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/riptano/collectd/releases/download/v${collectd.version}/insights-collectd-${collectd.version}.tar.gz</url>
<url>https://github.com/datastax/collectd/releases/download/v${collectd.version}/insights-collectd-${collectd.version}.tar.gz</url>
<unpack>true</unpack>
<outputDirectory>target</outputDirectory>
</configuration>
Expand Down

0 comments on commit 1392267

Please sign in to comment.