Skip to content

Commit

Permalink
Update alias for kingfisher platform
Browse files Browse the repository at this point in the history
Alias aligned with app-stub. Using the alias chosen by platform author in his example app.
  • Loading branch information
imclerran authored Jun 7, 2024
1 parent 52f7c57 commit 4514258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/roc-repo.rvn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ repo: "basic-ssg", owner: "lukewilliamboswell", alias: "pf", platform: Bool.true, requires: ["main"] },
{ repo: "basic-webserver", owner: "roc-lang", alias: "pf", platform: Bool.true, requires: ["main"] },
{ repo: "crisp", owner: "KilianVounckx", alias: "crisp", platform: Bool.false, requires: [] },
{ repo: "kingfisher", owner: "ostcar", alias: "pf", platform: Bool.true, requires: ["main", "Model"] },
{ repo: "kingfisher", owner: "ostcar", alias: "webserver", platform: Bool.true, requires: ["main", "Model"] },
{ repo: "roc_regex", owner: "KilianVounckx", alias: "regex", platform: Bool.false, requires: [] },
{ repo: "roc-ansi", owner: "lukewilliamboswell", alias: "ansi", platform: Bool.false, requires: [] },
{ repo: "roc-array2d", owner: "mulias", alias: "a2d", platform: Bool.false, requires: [] },
Expand Down

0 comments on commit 4514258

Please sign in to comment.