From e722a53c8cd4098cd3b269b9b793b43e85042e11 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 16 Jun 2023 13:55:00 +0200 Subject: [PATCH] feat: update Git URL to codeberg.org --- packaging/PKGBUILD | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/PKGBUILD b/packaging/PKGBUILD index fdf567e..5709ec3 100644 --- a/packaging/PKGBUILD +++ b/packaging/PKGBUILD @@ -9,7 +9,7 @@ pkgver=r202.f3f2f46 pkgrel=1 pkgdesc='periodically monitor and warn' arch=(any) -url="https://git.privacy1st.de/langfingaz/$_name" +url="https://codeberg.org/privacy1st/$_name" license=('custom:BSD-3-Clause-Clear-License') provides=(de-p1st-monitor) @@ -19,7 +19,7 @@ optdepends=('python-psutil: CPU, memory, network monitoring' 'digitemp: USB temperature sensor' 'smartmontools: disk temperature monitoring') -source=("git+https://git.privacy1st.de/langfingaz/$_name.git") +source=("git+https://codeberg.org/privacy1st/$_name.git") b2sums=(SKIP) # If there are no tags then use number of revisions since beginning of the history: diff --git a/setup.cfg b/setup.cfg index b27e4a0..eb4b1f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,9 +9,9 @@ author_email = daniel@systemli.org description = periodically monitor and warn long_description = file: README.md long_description_content_type = text/markdown -url = https://git.privacy1st.de/langfingaz/de-p1st-monitor +url = https://codeberg.org/privacy1st/de-p1st-monitor project_urls = - Bug Tracker = https://git.privacy1st.de/langfingaz/de-p1st-monitor/issues + Bug Tracker = https://codeberg.org/privacy1st/de-p1st-monitor/issues ; https://pypi.org/classifiers/ classifiers =