Skip to content

Commit e83e913

Browse files
committed
Track DAE under OpenModelica and add to auto-update
1 parent 8af297a commit e83e913

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.ci/packages.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ branch = "master"
3333
name = "SCode"
3434
repo = "https://github.com/OpenModelica/SCode.jl.git"
3535
branch = "master"
36+
37+
[[package]]
38+
name = "DAE"
39+
repo = "https://github.com/OpenModelica/DAE.jl.git"
40+
branch = "master"

D/DAE/Package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "DAE"
22
uuid = "0174eeea-c361-11e9-3d0d-a9ca8048aff6"
3-
repo = "https://github.com/JKRT/DAE.jl.git"
3+
repo = "https://github.com/OpenModelica/DAE.jl.git"

0 commit comments

Comments
 (0)