aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2022-12-22 23:26:33 +0100
committerMilan Broz <gmazyland@gmail.com>2022-12-23 11:48:17 +0100
commit67b8731fa6073f063e75b230e8f532b8eec455e3 (patch)
tree4b6a2e65521a6cfcc99a28c18d61f47ce1236f44
parent39a9b2c9a98bef3fb0afd15bd9bcb8eede5e91b5 (diff)
downloadutil-linux-67b8731fa6073f063e75b230e8f532b8eec455e3.tar.gz
Update email.
This email no longer works. Signed-off-by: Milan Broz <gmazyland@gmail.com>
-rw-r--r--AUTHORS4
-rw-r--r--libblkid/src/superblocks/lvm.c2
-rw-r--r--misc-utils/lsblk.8.adoc2
-rw-r--r--misc-utils/lsblk.c2
-rw-r--r--misc-utils/lsblk.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index f0e88af190..228a7c69cf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,7 +41,7 @@ AUTHORS (merged projects & commands):
libmount: Karel Zak <kzak@redhat.com>
libuuid: Theodore Ts'o <tytso@mit.edu>
lscpu: Cai Qian <qcai@redhat.com>
- lsblk: Milan Broz <mbroz@redhat.com>
+ lsblk: Milan Broz <gmazyland@gmail.com>
Karel Zak <kzak@redhat.com>
lsfd: Masatake YAMATO <yamato@redhat.com>
lsipc: Ondrej Oprala <ooprala@redhat.com>
@@ -612,7 +612,7 @@ CONTRIBUTORS:
Miklos Szeredi <mszeredi@suse.cz>
Mikulas Patocka <mpatocka@redhat.com>
Milan Bouchet-Valat <nalimilan@club.fr>
- Milan Broz <mbroz@redhat.com>
+ Milan Broz <gmazyland@gmail.com>
Ming Lei <tom.leiming@gmail.com>
Miquel van Smoorenburg <miquels@maestro.htsa.aha.nl>
Mister Me <gdg@localhost.localdomain>
diff --git a/libblkid/src/superblocks/lvm.c b/libblkid/src/superblocks/lvm.c
index b078aba3fc..eea74d6576 100644
--- a/libblkid/src/superblocks/lvm.c
+++ b/libblkid/src/superblocks/lvm.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 by Andreas Dilger
* Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
* Copyright (C) 2008 Karel Zak <kzak@redhat.com>
- * Copyright (C) 2012 Milan Broz <mbroz@redhat.com>
+ * Copyright (C) 2012 Milan Broz <gmazyland@gmail.com>
*
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
diff --git a/misc-utils/lsblk.8.adoc b/misc-utils/lsblk.8.adoc
index 6a9770ef22..87df92ff91 100644
--- a/misc-utils/lsblk.8.adoc
+++ b/misc-utils/lsblk.8.adoc
@@ -168,7 +168,7 @@ The *lsblk* command needs to be able to look up each block device by major:minor
== AUTHORS
-mailto:mbroz@redhat.com[Milan Broz],
+mailto:gmazyland@gmail.com[Milan Broz],
mailto:kzak@redhat.com[Karel Zak]
== SEE ALSO
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
index 701fa5b915..99a966bdd5 100644
--- a/misc-utils/lsblk.c
+++ b/misc-utils/lsblk.c
@@ -2,7 +2,7 @@
* lsblk(8) - list block devices
*
* Copyright (C) 2010-2018 Red Hat, Inc. All rights reserved.
- * Written by Milan Broz <mbroz@redhat.com>
+ * Written by Milan Broz <gmazyland@gmail.com>
* Karel Zak <kzak@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h
index e3e89e2860..a437c0612a 100644
--- a/misc-utils/lsblk.h
+++ b/misc-utils/lsblk.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2010-2018 Red Hat, Inc. All rights reserved.
- * Written by Milan Broz <mbroz@redhat.com>
+ * Written by Milan Broz <gmazyland@gmail.com>
* Karel Zak <kzak@redhat.com>
*/
#ifndef UTIL_LINUX_LSBLK_H