summary refs log tree commit diff
path: root/pkgs/tools/networking/mu
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-08-27 09:46:59 +0200
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2021-08-27 09:46:59 +0200
commite4591b39178324c7881239904bb45b99ee3536c2 (patch)
tree1b140c881196c832f275d435e9ddcf4c988bd809 /pkgs/tools/networking/mu
parent6e3451a6a8219ded3f124fc1a7d9e63cdc70d28e (diff)
downloadnixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar.gz
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar.bz2
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar.lz
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar.xz
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.tar.zst
nixpkgs-e4591b39178324c7881239904bb45b99ee3536c2.zip
mu: add chvp as maintainer
Diffstat (limited to 'pkgs/tools/networking/mu')
-rw-r--r--pkgs/tools/networking/mu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index fe1e8e7da73..db8f9bdb9d1 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     homepage = "https://www.djcbsoftware.nl/code/mu/";
     changelog = "https://github.com/djcb/mu/releases/tag/${version}";
-    maintainers = with maintainers; [ antono peterhoeg ];
+    maintainers = with maintainers; [ antono chvp peterhoeg ];
     platforms = platforms.mesaPlatforms;
   };
 }