Skip to content

Commit 7338b28

Browse files
committed
OPAM: Pass the lint test
1 parent 677094e commit 7338b28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

caml-mode.opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
opam-version: "2.0"
2-
name: "caml-mode"
3-
version: "VERSION"
42
authors: [
53
"Damien Doligez"
64
"Jacques Garrigue"
@@ -9,7 +7,7 @@ authors: [
97
"Ian T Zimmerman"
108
]
119
maintainer: "[email protected]"
12-
license: "GNU General Public License"
10+
license: "GPL-2.0-or-later"
1311
homepage: "https://github.com/ocaml/caml-mode"
1412
dev-repo: "git+https://github.com/ocaml/caml-mode.git"
1513
bug-reports: "https://github.com/ocaml/caml-mode/issues"
@@ -25,5 +23,6 @@ depends: ["ocaml" "conf-emacs"]
2523
post-messages: """
2624
If you have not yet done so, please add in ~/.emacs.d/init.el or
2725
in ~/.emacs to following line:
28-
(add-to-list 'load-path "%{share}%/emacs/site-lisp/")""" {success}
26+
(add-to-list 'load-path "%{share}%/emacs/site-lisp/")
27+
""" {success & !user-setup:installed}
2928
synopsis: "SYNOPSIS"

0 commit comments

Comments
 (0)