From 9dc05df68210f74509ef889b32ff8952ff3aae73 Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Mon, 27 Mar 2023 16:39:41 +0200 Subject: Update URLs --- .github/workflows/coverity.yml | 2 +- README.md | 6 +++--- docs/px.toml.in | 6 +++--- libproxy.doap | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a87d066..15f1570 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -16,7 +16,7 @@ permissions: jobs: build: runs-on: ubuntu-22.04 - if: github.repository == 'janbrummer/libproxy2' + if: github.repository == 'libproxy/libproxy' env: # Set in repo settings -> secrets -> actions COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}" diff --git a/README.md b/README.md index 227bde4..768248a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![build](https://github.com/janbrummer/libproxy2/actions/workflows/build.yml/badge.svg) -[![codecov](https://codecov.io/github/janbrummer/libproxy2/branch/main/graph/badge.svg?token=LS7B1CZKMY)](https://app.codecov.io/github/janbrummer/libproxy2) -[![Coverity](https://github.com/janbrummer/libproxy2/actions/workflows/coverity.yml/badge.svg)](https://scan.coverity.com/projects/libproxy) +![build](https://github.com/libproxy/libproxy/actions/workflows/build.yml/badge.svg) +[![codecov](https://github.com/libproxy/libproxy/libproxy2/branch/main/graph/badge.svg?token=LS7B1CZKMY)](https://app.codecov.io/github/libproxy/libproxy) +[![Coverity](https://github.com/libproxy/libproxy/actions/workflows/coverity.yml/badge.svg)](https://scan.coverity.com/projects/libproxy) # Libproxy libproxy is a library that provides automatic proxy configuration management. diff --git a/docs/px.toml.in b/docs/px.toml.in index 1e7f88a..2476126 100644 --- a/docs/px.toml.in +++ b/docs/px.toml.in @@ -3,9 +3,9 @@ version = "@VERSION@" description = "Simplifyed proxy handling" authors = "libproxy Team" license = "LGPL-2.1-or-later" -browse_url = "https://github.com/janbrummer/libproxy2" -repository_url = "https://github.com/janbrummer/libproxy2" -website_url = "https://janbrummer.github.io/libproxy2/" +browse_url = "https://github.com/libproxy/libproxy" +repository_url = "https://github.com/libproxy/libproxy" +website_url = "https://libproxy.github.io/libproxy/" # logo_url = "libproxy.svg" dependencies = [ "GObject-2.0", diff --git a/libproxy.doap b/libproxy.doap index a297e7a..e32d37e 100644 --- a/libproxy.doap +++ b/libproxy.doap @@ -6,9 +6,9 @@ libproxy libproxy is a library that provides automatic proxy configuration management. - - - + + + C -- cgit v1.2.1