maintainers/malvo: update information

Changed files
+11 -11
maintainers
nixos
modules
services
networking
pkgs
applications
networking
irc
senpai
soju
servers
mail
opensmtpd
filter-dkimsign
libopensmtpd
tools
admin
uacme
misc
bdfresize
kakoune-cr
networking
+2 -2
maintainers/maintainer-list.nix
···
githubId = 2914269;
name = "Malo Bourgon";
};
-
malvo = {
-
email = "malte@malvo.org";
+
malte-v = {
+
email = "nixpkgs@mal.tc";
github = "malte-v";
githubId = 34393802;
name = "Malte Voos";
+1 -1
nixos/modules/services/networking/soju.nix
···
};
};
-
meta.maintainers = with maintainers; [ malvo ];
+
meta.maintainers = with maintainers; [ malte-v ];
}
+1 -1
pkgs/applications/networking/irc/senpai/default.nix
···
description = "Your everyday IRC student";
homepage = "https://ellidri.org/senpai";
license = licenses.isc;
-
maintainers = with maintainers; [ malvo ];
+
maintainers = with maintainers; [ malte-v ];
};
}
+1 -1
pkgs/applications/networking/soju/default.nix
···
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 ];
};
}
+1 -1
pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
···
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 ];
};
}
+1 -1
pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
···
description = "Library for creating OpenSMTPD filters";
homepage = "http://imperialat.at/dev/libopensmtpd/";
license = licenses.isc;
-
maintainers = with maintainers; [ malvo ];
+
maintainers = with maintainers; [ malte-v ];
};
}
+1 -1
pkgs/tools/admin/uacme/default.nix
···
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 ];
};
}
+1 -1
pkgs/tools/misc/bdfresize/default.nix
···
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 ];
};
}
+1 -1
pkgs/tools/misc/kakoune-cr/default.nix
···
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;
};
}
+1 -1
pkgs/tools/networking/n2n/default.nix
···
description = "Peer-to-peer VPN";
homepage = "https://www.ntop.org/products/n2n/";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ malvo ];
+
maintainers = with maintainers; [ malte-v ];
};
}