lol

maintainers/malvo: update information

+11 -11
+2 -2
maintainers/maintainer-list.nix
··· 8930 8930 githubId = 2914269; 8931 8931 name = "Malo Bourgon"; 8932 8932 }; 8933 - malvo = { 8934 - email = "malte@malvo.org"; 8933 + malte-v = { 8934 + email = "nixpkgs@mal.tc"; 8935 8935 github = "malte-v"; 8936 8936 githubId = 34393802; 8937 8937 name = "Malte Voos";
+1 -1
nixos/modules/services/networking/soju.nix
··· 120 120 }; 121 121 }; 122 122 123 - meta.maintainers = with maintainers; [ malvo ]; 123 + meta.maintainers = with maintainers; [ malte-v ]; 124 124 }
+1 -1
pkgs/applications/networking/irc/senpai/default.nix
··· 32 32 description = "Your everyday IRC student"; 33 33 homepage = "https://ellidri.org/senpai"; 34 34 license = licenses.isc; 35 - maintainers = with maintainers; [ malvo ]; 35 + maintainers = with maintainers; [ malte-v ]; 36 36 }; 37 37 }
+1 -1
pkgs/applications/networking/soju/default.nix
··· 60 60 homepage = "https://soju.im"; 61 61 changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}"; 62 62 license = licenses.agpl3Only; 63 - maintainers = with maintainers; [ azahi malvo ]; 63 + maintainers = with maintainers; [ azahi malte-v ]; 64 64 }; 65 65 }
+1 -1
pkgs/servers/mail/opensmtpd/filter-dkimsign/default.nix
··· 31 31 description = "OpenSMTPD filter for DKIM signing"; 32 32 homepage = "http://imperialat.at/dev/filter-dkimsign/"; 33 33 license = licenses.isc; 34 - maintainers = with maintainers; [ malvo ]; 34 + maintainers = with maintainers; [ malte-v ]; 35 35 }; 36 36 }
+1 -1
pkgs/servers/mail/opensmtpd/libopensmtpd/default.nix
··· 29 29 description = "Library for creating OpenSMTPD filters"; 30 30 homepage = "http://imperialat.at/dev/libopensmtpd/"; 31 31 license = licenses.isc; 32 - maintainers = with maintainers; [ malvo ]; 32 + maintainers = with maintainers; [ malte-v ]; 33 33 }; 34 34 }
+1 -1
pkgs/tools/admin/uacme/default.nix
··· 37 37 description = "ACMEv2 client written in plain C with minimal dependencies"; 38 38 homepage = "https://github.com/ndilieto/uacme"; 39 39 license = licenses.gpl3Plus; 40 - maintainers = with maintainers; [ malvo ]; 40 + maintainers = with maintainers; [ malte-v ]; 41 41 }; 42 42 }
+1 -1
pkgs/tools/misc/bdfresize/default.nix
··· 15 15 description = "Tool to resize BDF fonts"; 16 16 homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/"; 17 17 license = licenses.gpl2Only; 18 - maintainers = with maintainers; [ malvo ]; 18 + maintainers = with maintainers; [ malte-v ]; 19 19 }; 20 20 }
+1 -1
pkgs/tools/misc/kakoune-cr/default.nix
··· 44 44 homepage = "https://github.com/alexherbo2/kakoune.cr"; 45 45 description = "A command-line tool for Kakoune"; 46 46 license = licenses.unlicense; 47 - maintainers = with maintainers; [ malvo ]; 47 + maintainers = with maintainers; [ malte-v ]; 48 48 platforms = platforms.unix; 49 49 }; 50 50 }
+1 -1
pkgs/tools/networking/n2n/default.nix
··· 27 27 description = "Peer-to-peer VPN"; 28 28 homepage = "https://www.ntop.org/products/n2n/"; 29 29 license = licenses.gpl3Plus; 30 - maintainers = with maintainers; [ malvo ]; 30 + maintainers = with maintainers; [ malte-v ]; 31 31 }; 32 32 }