From 31d1d569b15af7a8ebb02d15ebb9cec301465b78 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 9 Sep 2023 14:19:41 +0200 Subject: [PATCH] roburio -> robur-coop --- packages/albatross.2.0.99~dev/opam | 8 ++++---- packages/builder-web.0.2.0~dev/opam | 8 ++++---- packages/builder.0.3.2~dev/opam | 8 ++++---- packages/caldav.0.2.99~dev/opam | 12 ++++++------ packages/mirage-unikernel-caldav-hvt.0.0.2/opam | 2 +- .../opam | 2 +- .../opam | 2 +- .../mirage-unikernel-dns-letsencrypt-hvt.0.0.3/opam | 2 +- .../opam | 2 +- .../mirage-unikernel-dns-primary-git-hvt.0.0.2/opam | 2 +- .../opam | 2 +- .../mirage-unikernel-dns-secondary-hvt.0.0.2/opam | 2 +- .../opam | 2 +- packages/mirage-unikernel-dns-stub-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-dnsvizor-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-ovpn_router-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-tlstunnel-hvt.0.0.2/opam | 2 +- .../opam | 2 +- packages/mirage-unikernel-traceroute-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-unipi-hvt.0.0.2/opam | 2 +- .../mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam | 2 +- .../mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam | 2 +- packages/miragevpn.0.0.1~dev/opam | 10 +++++----- packages/modulectomy.0.0.1~dev/opam | 2 +- packages/orb.0.0.2~dev/opam | 8 ++++---- 25 files changed, 46 insertions(+), 46 deletions(-) diff --git a/packages/albatross.2.0.99~dev/opam b/packages/albatross.2.0.99~dev/opam index fa0e749..24427c6 100644 --- a/packages/albatross.2.0.99~dev/opam +++ b/packages/albatross.2.0.99~dev/opam @@ -1,9 +1,9 @@ opam-version: "2.0" maintainer: "Hannes Mehnert " authors: ["Hannes Mehnert "] -homepage: "https://github.com/roburio/albatross" -dev-repo: "git+https://github.com/roburio/albatross.git" -bug-reports: "https://github.com/roburio/albatross/issues" +homepage: "https://github.com/robur-coop/albatross" +dev-repo: "git+https://github.com/robur-coop/albatross.git" +bug-reports: "https://github.com/robur-coop/albatross/issues" license: "ISC" depends: [ @@ -58,5 +58,5 @@ pinned (`cpuset` / `taskset`) to a specific core. """ depexts: ["linux-headers"] {os-family = "alpine"} url { - src: "git+https://github.com/roburio/albatross.git" + src: "git+https://github.com/robur-coop/albatross.git" } diff --git a/packages/builder-web.0.2.0~dev/opam b/packages/builder-web.0.2.0~dev/opam index 9f953f1..f093279 100644 --- a/packages/builder-web.0.2.0~dev/opam +++ b/packages/builder-web.0.2.0~dev/opam @@ -1,9 +1,9 @@ opam-version: "2.0" maintainer: "Reynir Björnsson " authors: ["Reynir Björnsson "] -homepage: "https://github.com/roburio/builder-web" -dev-repo: "git+https://github.com/roburio/builder-web.git" -bug-reports: "https://github.com/roburio/builder-web/issues" +homepage: "https://github.com/robur-coop/builder-web" +dev-repo: "git+https://github.com/robur-coop/builder-web.git" +bug-reports: "https://github.com/robur-coop/builder-web/issues" license: "ISC" build: [ @@ -57,7 +57,7 @@ depends: [ synopsis: "Web interface for builder" description: """ -Builder-web takes in submissions of builds, typically from [builder](https://github.com/roburio/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status. +Builder-web takes in submissions of builds, typically from [builder](https://github.com/robur-coop/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status. Produced binaries can be downloaded and executed. [builds.robur.coop](https://builds.robur.coop/) itself runs builder-web. """ diff --git a/packages/builder.0.3.2~dev/opam b/packages/builder.0.3.2~dev/opam index 70cabfa..789d807 100644 --- a/packages/builder.0.3.2~dev/opam +++ b/packages/builder.0.3.2~dev/opam @@ -1,9 +1,9 @@ opam-version: "2.0" maintainer: "Robur " authors: ["Robur "] -homepage: "https://github.com/roburio/builder" -dev-repo: "git+https://github.com/roburio/builder.git" -bug-reports: "https://github.com/roburio/builder/issues" +homepage: "https://github.com/robur-coop/builder" +dev-repo: "git+https://github.com/robur-coop/builder.git" +bug-reports: "https://github.com/robur-coop/builder/issues" license: "ISC" depends: [ @@ -44,5 +44,5 @@ on the local file system or upload them to a remote server via http. See https://builds.robur.coop for the live web frontend (builder-web). """ url { - src: "git+https://github.com/roburio/builder.git" + src: "git+https://github.com/robur-coop/builder.git" } diff --git a/packages/caldav.0.2.99~dev/opam b/packages/caldav.0.2.99~dev/opam index 914c9dc..ec583c2 100644 --- a/packages/caldav.0.2.99~dev/opam +++ b/packages/caldav.0.2.99~dev/opam @@ -7,11 +7,11 @@ authors: [ "Stefanie Schirmer @linse" "Hannes Mehnert" ] -homepage: "https://github.com/roburio/caldav" -bug-reports: "https://github.com/roburio/caldav/issues" -dev-repo: "git+https://github.com/roburio/caldav.git" +homepage: "https://github.com/robur-coop/caldav" +bug-reports: "https://github.com/robur-coop/caldav/issues" +dev-repo: "git+https://github.com/robur-coop/caldav.git" tags: ["org:mirage" "org:robur"] -doc: "https://roburio.github.io/caldav/" +doc: "https://robur-coop.github.io/caldav/" license: "ISC" build: [ @@ -58,9 +58,9 @@ depends: [ conflicts: [ "result" {< "1.5"} ] synopsis: "A CalDAV server" description: """ -A CalDAV server (RFC 4791). Supports everything from the roburio/icalendar +A CalDAV server (RFC 4791). Supports everything from the robur-coop/icalendar library. Also includes a partial WebDAV implementation. """ url { - src: "git+https://github.com/roburio/caldav.git" + src: "git+https://github.com/robur-coop/caldav.git" } diff --git a/packages/mirage-unikernel-caldav-hvt.0.0.2/opam b/packages/mirage-unikernel-caldav-hvt.0.0.2/opam index ac4e08b..24dc4a1 100644 --- a/packages/mirage-unikernel-caldav-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-caldav-hvt.0.0.2/opam @@ -67,4 +67,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/caldav.git" } +url { src: "git+https://github.com/robur-coop/caldav.git" } diff --git a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.2/opam index b8e74fd..a9e98b3 100644 --- a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.2/opam @@ -70,4 +70,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/caldav.git#future-le" } +url { src: "git+https://github.com/robur-coop/caldav.git#future-le" } diff --git a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam index a7c64b4..687a352 100644 --- a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam +++ b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.3/opam @@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/caldav.git" } +url { src: "git+https://github.com/robur-coop/caldav.git" } diff --git a/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.3/opam b/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.3/opam index 1d55f27..400a46d 100644 --- a/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.3/opam +++ b/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.3/opam @@ -68,4 +68,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" } +url { src: "git+https://github.com/robur-coop/dns-letsencrypt-secondary.git" } diff --git a/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.3/opam b/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.3/opam index 49740f7..1688477 100644 --- a/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.3/opam +++ b/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.3/opam @@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" } +url { src: "git+https://github.com/robur-coop/dns-letsencrypt-secondary.git" } diff --git a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.2/opam index 7c87402..ce5dfe5 100644 --- a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.2/opam @@ -61,4 +61,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/dns-primary-git.git" } +url { src: "git+https://github.com/robur-coop/dns-primary-git.git" } diff --git a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.2/opam index 3fb3911..ade4ccb 100644 --- a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.2/opam @@ -63,4 +63,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/dns-primary-git.git" } +url { src: "git+https://github.com/robur-coop/dns-primary-git.git" } diff --git a/packages/mirage-unikernel-dns-secondary-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-secondary-hvt.0.0.2/opam index a828c92..4f8d94d 100644 --- a/packages/mirage-unikernel-dns-secondary-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-secondary-hvt.0.0.2/opam @@ -56,4 +56,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5" "opam-monorepo""solo5"] -url { src: "git+https://github.com/roburio/dns-secondary.git" } +url { src: "git+https://github.com/robur-coop/dns-secondary.git" } diff --git a/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.2/opam index d07e940..dc106a2 100644 --- a/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.2/opam @@ -57,4 +57,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/dns-secondary.git" } +url { src: "git+https://github.com/robur-coop/dns-secondary.git" } diff --git a/packages/mirage-unikernel-dns-stub-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-stub-hvt.0.0.2/opam index 905aed4..2b6bda6 100644 --- a/packages/mirage-unikernel-dns-stub-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-stub-hvt.0.0.2/opam @@ -61,4 +61,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5" "opam-monorepo"] -url { src: "git+https://github.com/roburio/dnsvizor.git" } +url { src: "git+https://github.com/robur-coop/dnsvizor.git" } diff --git a/packages/mirage-unikernel-dnsvizor-hvt.0.0.2/opam b/packages/mirage-unikernel-dnsvizor-hvt.0.0.2/opam index 133ba45..e2fb67c 100644 --- a/packages/mirage-unikernel-dnsvizor-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dnsvizor-hvt.0.0.2/opam @@ -64,4 +64,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5" "opam-monorepo""solo5"] -url { src: "git+https://github.com/roburio/dnsvizor.git" } +url { src: "git+https://github.com/robur-coop/dnsvizor.git" } diff --git a/packages/mirage-unikernel-ovpn_router-hvt.0.0.2/opam b/packages/mirage-unikernel-ovpn_router-hvt.0.0.2/opam index 99e6e5d..96aca78 100644 --- a/packages/mirage-unikernel-ovpn_router-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-ovpn_router-hvt.0.0.2/opam @@ -59,4 +59,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/miragevpn.git" } +url { src: "git+https://github.com/robur-coop/miragevpn.git" } diff --git a/packages/mirage-unikernel-tlstunnel-hvt.0.0.2/opam b/packages/mirage-unikernel-tlstunnel-hvt.0.0.2/opam index c3493b9..5b57d18 100644 --- a/packages/mirage-unikernel-tlstunnel-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-tlstunnel-hvt.0.0.2/opam @@ -57,4 +57,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5" "opam-monorepo""solo5"] -url { src: "git+https://github.com/roburio/tlstunnel.git" } +url { src: "git+https://github.com/robur-coop/tlstunnel.git" } diff --git a/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.2/opam index 7ac227f..9a91900 100644 --- a/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.2/opam @@ -58,4 +58,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/tlstunnel.git" } +url { src: "git+https://github.com/robur-coop/tlstunnel.git" } diff --git a/packages/mirage-unikernel-traceroute-hvt.0.0.2/opam b/packages/mirage-unikernel-traceroute-hvt.0.0.2/opam index b6f7d48..9f645ec 100644 --- a/packages/mirage-unikernel-traceroute-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-traceroute-hvt.0.0.2/opam @@ -54,4 +54,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml""ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/traceroute.git" } +url { src: "git+https://github.com/robur-coop/traceroute.git" } diff --git a/packages/mirage-unikernel-unipi-hvt.0.0.2/opam b/packages/mirage-unikernel-unipi-hvt.0.0.2/opam index 1452583..cbcba93 100644 --- a/packages/mirage-unikernel-unipi-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-unipi-hvt.0.0.2/opam @@ -69,4 +69,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/unipi.git" } +url { src: "git+https://github.com/robur-coop/unipi.git" } diff --git a/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam index f120f54..e4258e5 100644 --- a/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam @@ -71,4 +71,4 @@ x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5""opam-monorepo" "solo5"] -url { src: "git+https://github.com/roburio/unipi.git" } +url { src: "git+https://github.com/robur-coop/unipi.git" } diff --git a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam index 164d0e7..6d772c9 100644 --- a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam @@ -49,4 +49,4 @@ install: [ [ "cp" "unipi.hvt" "%{prefix}%/unipi.hvt.debug" ] [ "cp" "README.md" "%{prefix}%/README.md" ] ] -url { src: "git+https://github.com/roburio/unipi.git#with-kv" } +url { src: "git+https://github.com/robur-coop/unipi.git#with-kv" } diff --git a/packages/miragevpn.0.0.1~dev/opam b/packages/miragevpn.0.0.1~dev/opam index 88e0d3b..5039719 100644 --- a/packages/miragevpn.0.0.1~dev/opam +++ b/packages/miragevpn.0.0.1~dev/opam @@ -1,9 +1,9 @@ opam-version: "2.0" synopsis: "Library implementing the OpenVPN protocol and configuration format" -homepage: "https://github.com/roburio/openvpn" -dev-repo: "git+https://github.com/roburio/openvpn.git" -bug-reports: "https://github.com/roburio/openvpn/issues" -doc: "https://github.com/roburio/openvpn/doc" +homepage: "https://github.com/robur-coop/openvpn" +dev-repo: "git+https://github.com/robur-coop/openvpn.git" +bug-reports: "https://github.com/robur-coop/openvpn/issues" +doc: "https://github.com/robur-coop/openvpn/doc" author: ["robur"] maintainer: ["robur"] license: "AGPL" @@ -60,5 +60,5 @@ depends: [ "alcotest" {with-test} ] url { - src: "git+https://github.com/roburio/miragevpn.git" + src: "git+https://github.com/robur-coop/miragevpn.git" } diff --git a/packages/modulectomy.0.0.1~dev/opam b/packages/modulectomy.0.0.1~dev/opam index 16d3fd8..2ff7639 100644 --- a/packages/modulectomy.0.0.1~dev/opam +++ b/packages/modulectomy.0.0.1~dev/opam @@ -31,5 +31,5 @@ build: [ ] dev-repo: "git+https://github.com/Drup/modulectomy.git" url { - src: "git+https://github.com/roburio/modulectomy.git" + src: "git+https://github.com/robur-coop/modulectomy.git" } diff --git a/packages/orb.0.0.2~dev/opam b/packages/orb.0.0.2~dev/opam index 456e097..d1375ef 100644 --- a/packages/orb.0.0.2~dev/opam +++ b/packages/orb.0.0.2~dev/opam @@ -2,8 +2,8 @@ opam-version: "2.0" synopsis: "Check opam package reproducibility" maintainer: "Robur Team " authors: [ "Raja Boujbel " "Reynir Björnsson " ] -homepage: "https://github.com/roburio/orb" -bug-reports: "https://github.com/roburio/orb/issues" +homepage: "https://github.com/robur-coop/orb" +bug-reports: "https://github.com/robur-coop/orb/issues" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" depends: [ "ocaml" {>= "4.10.0" & < "5.0.0"} @@ -22,7 +22,7 @@ build: [ ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"} ] -dev-repo: "git+https://github.com/roburio/orb.git" +dev-repo: "git+https://github.com/robur-coop/orb.git" url { - src: "git+https://github.com/roburio/orb.git" + src: "git+https://github.com/robur-coop/orb.git" }