Merge pull request #214756 from malte-v/maintainer-update-malvo

maintainers/malvo: update information
This commit is contained in:
figsoda 2023-02-05 11:27:17 -05:00 committed by GitHub
commit f93a3adca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions

View file

@ -8930,8 +8930,8 @@
githubId = 2914269; githubId = 2914269;
name = "Malo Bourgon"; name = "Malo Bourgon";
}; };
malvo = { malte-v = {
email = "malte@malvo.org"; email = "nixpkgs@mal.tc";
github = "malte-v"; github = "malte-v";
githubId = 34393802; githubId = 34393802;
name = "Malte Voos"; name = "Malte Voos";

View file

@ -120,5 +120,5 @@ in
}; };
}; };
meta.maintainers = with maintainers; [ malvo ]; meta.maintainers = with maintainers; [ malte-v ];
} }

View file

@ -32,6 +32,6 @@ buildGoModule rec {
description = "Your everyday IRC student"; description = "Your everyday IRC student";
homepage = "https://ellidri.org/senpai"; homepage = "https://ellidri.org/senpai";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }

View file

@ -60,6 +60,6 @@ buildGoModule rec {
homepage = "https://soju.im"; homepage = "https://soju.im";
changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}"; changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ azahi malvo ]; maintainers = with maintainers; [ azahi malte-v ];
}; };
} }

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "OpenSMTPD filter for DKIM signing"; description = "OpenSMTPD filter for DKIM signing";
homepage = "http://imperialat.at/dev/filter-dkimsign/"; homepage = "http://imperialat.at/dev/filter-dkimsign/";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "Library for creating OpenSMTPD filters"; description = "Library for creating OpenSMTPD filters";
homepage = "http://imperialat.at/dev/libopensmtpd/"; homepage = "http://imperialat.at/dev/libopensmtpd/";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "ACMEv2 client written in plain C with minimal dependencies"; description = "ACMEv2 client written in plain C with minimal dependencies";
homepage = "https://github.com/ndilieto/uacme"; homepage = "https://github.com/ndilieto/uacme";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "Tool to resize BDF fonts"; description = "Tool to resize BDF fonts";
homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/"; homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }

View file

@ -44,7 +44,7 @@ crystal.buildCrystalPackage rec {
homepage = "https://github.com/alexherbo2/kakoune.cr"; homepage = "https://github.com/alexherbo2/kakoune.cr";
description = "A command-line tool for Kakoune"; description = "A command-line tool for Kakoune";
license = licenses.unlicense; license = licenses.unlicense;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Peer-to-peer VPN"; description = "Peer-to-peer VPN";
homepage = "https://www.ntop.org/products/n2n/"; homepage = "https://www.ntop.org/products/n2n/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ malvo ]; maintainers = with maintainers; [ malte-v ];
}; };
} }