Skip to content

Commit 0cd459f

Browse files
committed
Disable cil-project homepage in package to not confuse dune-release
1 parent ff823d8 commit 0cd459f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
(generate_opam_files true)
55
(version 1.8.2)
66
(source (github goblint/cil))
7-
(homepage "https://cil-project.github.io/cil/")
87
; (documentation "https://goblint.github.io/cil")
98
(authors "[email protected]")
109
(maintainers "Michael Schwarz <[email protected]>" "Simmo Saan <[email protected]>" "Ralf Vogler <[email protected]>")

goblint-cil.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maintainer: [
2222
]
2323
authors: ["[email protected]"]
2424
license: "BSD-3-Clause"
25-
homepage: "https://cil-project.github.io/cil/"
25+
homepage: "https://github.com/goblint/cil"
2626
bug-reports: "https://github.com/goblint/cil/issues"
2727
depends: [
2828
"ocaml" {>= "4.05.0"}

0 commit comments

Comments
 (0)