summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2023-02-05 15:05:51 +0100
committerMalte Voos <git@mal.tc>2023-02-05 15:05:51 +0100
commit3449f8361880baedb2fa080dde09d689f31f8020 (patch)
treeaa9bd4ffe452f71c443de82d4b4905a57a2f88d8
parent6de7b51edd2f868dc0eb05724ea148fd0efcb3a0 (diff)
maintainers/malvo: update information
-rw-r--r--maintainers/maintainer-list.nix4
-rw-r--r--nixos/modules/services/networking/soju.nix2
-rw-r--r--pkgs/applications/networking/irc/senpai/default.nix2
-rw-r--r--pkgs/applications/networking/soju/default.nix2
-rw-r--r--pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix2
-rw-r--r--pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix2
-rw-r--r--pkgs/tools/admin/uacme/default.nix2
-rw-r--r--pkgs/tools/misc/bdfresize/default.nix2
-rw-r--r--pkgs/tools/misc/kakoune-cr/default.nix2
-rw-r--r--pkgs/tools/networking/n2n/default.nix2
10 files changed, 11 insertions, 11 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 82916749f9a4..a1ec66e8ef74 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -8930,8 +8930,8 @@
githubId = 2914269;
name = "Malo Bourgon";
};
- malvo = {
- email = "malte@malvo.org";
+ malte-v = {
+ email = "nixpkgs@mal.tc";
github = "malte-v";
githubId = 34393802;
name = "Malte Voos";
diff --git a/nixos/modules/services/networking/soju.nix b/nixos/modules/services/networking/soju.nix
index d4c4ca47bc80..7f0ac3e3b8e6 100644
--- a/nixos/modules/services/networking/soju.nix
+++ b/nixos/modules/services/networking/soju.nix
@@ -120,5 +120,5 @@ in
};
};
- meta.maintainers = with maintainers; [ malvo ];
+ meta.maintainers = with maintainers; [ malte-v ];
}
diff --git a/pkgs/applications/networking/irc/senpai/default.nix b/pkgs/applications/networking/irc/senpai/default.nix
index e00a177b673e..e821b7ff58e6 100644
--- a/pkgs/applications/networking/irc/senpai/default.nix
+++ b/pkgs/applications/networking/irc/senpai/default.nix
@@ -32,6 +32,6 @@ buildGoModule rec {
description = "Your everyday IRC student";
homepage = "https://ellidri.org/senpai";
license = licenses.isc;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}
diff --git a/pkgs/applications/networking/soju/default.nix b/pkgs/applications/networking/soju/default.nix
index ae424a1fe50a..58ffecef723a 100644
--- a/pkgs/applications/networking/soju/default.nix
+++ b/pkgs/applications/networking/soju/default.nix
@@ -60,6 +60,6 @@ buildGoModule rec {
homepage = "https://soju.im";
changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}";
license = licenses.agpl3Only;
- maintainers = with maintainers; [ azahi malvo ];
+ maintainers = with maintainers; [ azahi malte-v ];
};
}
diff --git a/pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix b/pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
index a5b6cf9228d5..844eb8dc3d88 100644
--- a/pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
+++ b/pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "OpenSMTPD filter for DKIM signing";
homepage = "http://imperialat.at/dev/filter-dkimsign/";
license = licenses.isc;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}
diff --git a/pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix b/pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
index f740a12e53f5..e9abdf0864f2 100644
--- a/pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
+++ b/pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "Library for creating OpenSMTPD filters";
homepage = "http://imperialat.at/dev/libopensmtpd/";
license = licenses.isc;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}
diff --git a/pkgs/tools/admin/uacme/default.nix b/pkgs/tools/admin/uacme/default.nix
index fabc4923dd74..039c817bdf20 100644
--- a/pkgs/tools/admin/uacme/default.nix
+++ b/pkgs/tools/admin/uacme/default.nix
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "ACMEv2 client written in plain C with minimal dependencies";
homepage = "https://github.com/ndilieto/uacme";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}
diff --git a/pkgs/tools/misc/bdfresize/default.nix b/pkgs/tools/misc/bdfresize/default.nix
index f1ac559fb672..ef3ffc873aa9 100644
--- a/pkgs/tools/misc/bdfresize/default.nix
+++ b/pkgs/tools/misc/bdfresize/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "Tool to resize BDF fonts";
homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/";
license = licenses.gpl2Only;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}
diff --git a/pkgs/tools/misc/kakoune-cr/default.nix b/pkgs/tools/misc/kakoune-cr/default.nix
index 3d71482d4ead..9a9fa5c9162a 100644
--- a/pkgs/tools/misc/kakoune-cr/default.nix
+++ b/pkgs/tools/misc/kakoune-cr/default.nix
@@ -44,7 +44,7 @@ crystal.buildCrystalPackage rec {
homepage = "https://github.com/alexherbo2/kakoune.cr";
description = "A command-line tool for Kakoune";
license = licenses.unlicense;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/tools/networking/n2n/default.nix b/pkgs/tools/networking/n2n/default.nix
index 77c7d4161d1f..08028910f82a 100644
--- a/pkgs/tools/networking/n2n/default.nix
+++ b/pkgs/tools/networking/n2n/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Peer-to-peer VPN";
homepage = "https://www.ntop.org/products/n2n/";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ malvo ];
+ maintainers = with maintainers; [ malte-v ];
};
}