summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-05 11:27:17 -0500
committerGitHub <noreply@github.com>2023-02-05 11:27:17 -0500
commitf93a3adca2c7a83b92ce432b9b70087143b073c2 (patch)
tree9c46941d20a9f7236b4c8d3a3510f962183a7030 /pkgs/tools
parentd25de6654a34d99dceb02e71e6db516b3b545be6 (diff)
parent3449f8361880baedb2fa080dde09d689f31f8020 (diff)
Merge pull request #214756 from malte-v/maintainer-update-malvo
maintainers/malvo: update information
Diffstat (limited to 'pkgs/tools')
-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
4 files changed, 4 insertions, 4 deletions
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 ];
};
}