diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-10 09:57:34 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-10 09:57:34 +0100 |
commit | cc84091e2ff482e2a99d6f72d6c429234a45d10a (patch) | |
tree | f224d845a419e8afff746d7346e4fc7d20ae9b39 | |
parent | debian/vagrant: fix NFS mounting (diff) | |
download | linux-status-cc84091e2ff482e2a99d6f72d6c429234a45d10a.tar.gz linux-status-cc84091e2ff482e2a99d6f72d6c429234a45d10a.zip |
debian: switch to egor@tensin.name
-rw-r--r-- | debian/Makefile | 2 | ||||
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/Vagrantfile | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | 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 <Egor.Tensin@gmail.com> Mon, 08 Mar 2021 07:33:14 +0000 + -- Egor Tensin <egor@tensin.name> 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 <Egor.Tensin@gmail.com> +Maintainer: Egor Tensin <egor@tensin.name> 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 <Egor.Tensin@gmail.com> +Upstream-Contact: Egor Tensin <egor@tensin.name> Source: https://github.com/egor-tensin/linux-status Files: * -Copyright: 2018-2022 Egor Tensin <Egor.Tensin@gmail.com> +Copyright: 2018-2023 Egor Tensin <egor@tensin.name> License: MIT Files: debian/* -Copyright: 2021-2022 Egor Tensin <Egor.Tensin@gmail.com> +Copyright: 2021-2023 Egor Tensin <egor@tensin.name> License: MIT Files: html/css/bootstrap.min.css html/js/bootstrap.bundle.min.js |