From 22b39e5715ab9759f558743711dfff47150eaceb Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 21 May 2026 12:47:54 +0100 Subject: [PATCH] fix: update maintainer information in changelog, control, and build scripts --- debian/changelog | 2 +- debian/control | 2 +- pyproject.toml | 2 +- scripts/build-dev.sh | 2 +- scripts/build-prod.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3508527..8fbe9bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,4 +3,4 @@ pymc-repeater (1.0.5~dev0) unstable; urgency=medium * Development build from git commit 7112da9 * Version: 1.0.5.post0 - -- Lloyd Tue, 30 Dec 2025 12:55:47 +0000 + -- Rightup Tue, 30 Dec 2025 12:55:47 +0000 diff --git a/debian/control b/debian/control index 83a70d0..acaafd9 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pymc-repeater Section: net Priority: optional -Maintainer: Lloyd +Maintainer: Rightup Build-Depends: debhelper-compat (= 13), dh-python, python3-all, diff --git a/pyproject.toml b/pyproject.toml index b189948..137a957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "pymc_repeater" dynamic = ["version"] authors = [ - {name = "Lloyd", email = "lloyd@rightup.co.uk"}, + {name = "Rightup", email = "rightup@pymc.dev"}, ] description = "PyMC Repeater Daemon" readme = "README.md" diff --git a/scripts/build-dev.sh b/scripts/build-dev.sh index b1e89e7..b864e4a 100755 --- a/scripts/build-dev.sh +++ b/scripts/build-dev.sh @@ -74,7 +74,7 @@ pymc-repeater ($DEBIAN_VERSION) unstable; urgency=medium * Development build from git commit $(git rev-parse --short HEAD) * Version: $VERSION - -- Lloyd $CHANGELOG_DATE + -- Rightup $CHANGELOG_DATE EOF log_info "Changelog updated with version $DEBIAN_VERSION" diff --git a/scripts/build-prod.sh b/scripts/build-prod.sh index 0a67fd3..ba78609 100755 --- a/scripts/build-prod.sh +++ b/scripts/build-prod.sh @@ -112,7 +112,7 @@ pymc-repeater ($DEBIAN_VERSION) stable; urgency=medium * Git tag: $TAG * Commit: $(git rev-parse --short HEAD) - -- Lloyd $CHANGELOG_DATE + -- Rightup $CHANGELOG_DATE EOF log_info "Changelog updated with version $DEBIAN_VERSION"