From cc84091e2ff482e2a99d6f72d6c429234a45d10a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 10 Dec 2023 09:57:34 +0100 Subject: debian: switch to egor@tensin.name --- debian/Makefile | 2 +- debian/README.Debian | 2 +- debian/Vagrantfile | 2 +- debian/control | 2 +- debian/copyright | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/Makefile b/debian/Makefile index 922ad28..73c2929 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -1,7 +1,7 @@ include prelude.mk NAME ?= Egor Tensin -EMAIL ?= Egor.Tensin@gmail.com +EMAIL ?= egor@tensin.name PPA_OWNER ?= egor-tensin PPA_NAME ?= linux-status GPG_KEY ?= 3B3EF1235420917E0DB0723991D679FB92B036CB diff --git a/debian/README.Debian b/debian/README.Debian index f85278f..890d124 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -52,4 +52,4 @@ debian/build-area/. make DIST=focal dist make DIST=focal dist/test # Ignores uncommitted changes. - -- Egor Tensin Mon, 08 Mar 2021 07:33:14 +0000 + -- Egor Tensin Mon, 08 Mar 2021 07:33:14 +0000 diff --git a/debian/Vagrantfile b/debian/Vagrantfile index fce4afb..6045d2b 100644 --- a/debian/Vagrantfile +++ b/debian/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : NAME = 'Egor Tensin' -EMAIL = 'Egor.Tensin@gmail.com' +EMAIL = 'egor@tensin.name' GPG_KEY = '3B3EF1235420917E0DB0723991D679FB92B036CB' UID = Process.euid diff --git a/debian/control b/debian/control index 617dc28..246f405 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: linux-status Section: admin Priority: optional -Maintainer: Egor Tensin +Maintainer: Egor Tensin Build-Depends: debhelper-compat (= 10) Standards-Version: 4.4.1 Homepage: https://github.com/egor-tensin/linux-status diff --git a/debian/copyright b/debian/copyright index be44d72..cb44f28 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: linux-status -Upstream-Contact: Egor Tensin +Upstream-Contact: Egor Tensin Source: https://github.com/egor-tensin/linux-status Files: * -Copyright: 2018-2022 Egor Tensin +Copyright: 2018-2023 Egor Tensin License: MIT Files: debian/* -Copyright: 2021-2022 Egor Tensin +Copyright: 2021-2023 Egor Tensin License: MIT Files: html/css/bootstrap.min.css html/js/bootstrap.bundle.min.js -- cgit v1.2.3