Skip to content

Commit

Permalink
fix: restore the source models from followthemoney repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Oct 29, 2024
1 parent 420d976 commit 9003b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/icij/ftm/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Java source files are generated for maven project in target/generated-sources.
*/
public class Main {
public static final String SCHEMA_URL = "https://api.github.com/repos/ICIJ/followthemoney/contents/followthemoney/schema";
public static final String SCHEMA_URL = "https://api.github.com/repos/alephdata/followthemoney/contents/followthemoney/schema";

public static void main(String[] args) throws Exception {
Path destDir = Path.of("target", "generated-sources", "org", "icij", "ftm");
Expand Down

0 comments on commit 9003b33

Please sign in to comment.