upstream: https://github.com/avsm/osrelease
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

osrelease: Fix homepage/bug-reports to point to upstream

+4 -4
+4 -4
osrelease.opam
··· 3 3 synopsis: "Detect operating system, distro and version information" 4 4 description: """ 5 5 6 - This library is used to detect local information about 6 + This library is used to detect local information about 7 7 which operating system, architecture, distribution and 8 8 version the program is running under.""" 9 9 maintainer: ["anil@recoil.org"] 10 10 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 11 11 license: "ISC" 12 - homepage: "https://tangled.org/gazagnaire.org/osrelease" 13 - bug-reports: "https://tangled.org/gazagnaire.org/osrelease/issues" 12 + homepage: "https://github.com/avsm/osrelease" 13 + bug-reports: "https://github.com/avsm/osrelease/issues" 14 14 depends: [ 15 15 "dune" {>= "2.3"} 16 16 "ocaml" {>= "4.06.0"} ··· 31 31 "@doc" {with-doc} 32 32 ] 33 33 ] 34 - dev-repo: "https://tangled.org/gazagnaire.org/osrelease" 34 + dev-repo: "git+https://github.com/avsm/osrelease.git"