Skip to content

Commit febcf92

Browse files
committed
Add license to opam metadata and delete deprecated package
Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
1 parent 3c94400 commit febcf92

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.github/workflows/ocaml-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Ocaml tests
1010
runs-on: ubuntu-20.04
1111
env:
12-
package: "xapi-rrd rrd"
12+
package: "xapi-rrd"
1313

1414
steps:
1515
- name: Checkout code

rrd.opam

Lines changed: 0 additions & 13 deletions
This file was deleted.

xapi-rrd.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: ["Dave Scott" "Jon Ludlam" "John Else"]
44
homepage: "https://github.com/xapi-project/xcp-rrd"
55
bug-reports: "https://github.com/xapi-project/xcp-rrd/issues"
66
dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git"
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
78
tags: [
89
"org:xapi-project"
910
]

0 commit comments

Comments
 (0)