Skip to content

Commit e4ac29a

Browse files
committed
Fix opam file
1 parent 2ee9535 commit e4ac29a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

opam

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ opam-version: "2.0"
22
name: "deadlock"
33
version: "1.0"
44
synopsis: "Frama-C plugin for deadlock detection"
5-
maintainer: "Tomáš Dacík"
5+
maintainer: "Tomáš Dacík <xdacik00@stud.fit.vutbr.cz>"
66
authors: [
7-
"Tomáš Dacík (xdacik00@stud.fit.vutbr.cz)"
8-
"Tomáš Vojnar (vojnar@fit.vutbr.cz)"
7+
"Tomáš Dacík <xdacik00@stud.fit.vutbr.cz>"
8+
"Tomáš Vojnar <vojnar@fit.vutbr.cz>"
99
]
1010
license: "MIT"
11-
homepage: [
12-
"https://www.fit.vutbr.cz/research/groups/verifit/tools/sa-plugins/"
13-
]
11+
homepage: "https://github.com/TDacik/Deadlock"
12+
bug-reports: "https://github.com/TDacik/Deadlock/issues"
1413

1514
depends: [
1615
"frama-c"
@@ -19,8 +18,9 @@ depends: [
1918
]
2019

2120
build: [
22-
[make]
23-
[make "setup"]
21+
["make" "setup"]
22+
["make"]
2423
]
2524

26-
install [make "install"]
25+
install: ["make" "install"]
26+

0 commit comments

Comments
 (0)