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;
name = "Malo Bourgon";
};
malvo = {
email = "malte@malvo.org";
malte-v = {
email = "nixpkgs@mal.tc";
github = "malte-v";
githubId = 34393802;
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";
homepage = "https://ellidri.org/senpai";
license = licenses.isc;
maintainers = with maintainers; [ malvo ];
maintainers = with maintainers; [ malte-v ];
};
}

View file

@ -60,6 +60,6 @@ buildGoModule rec {
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 ];
};
}

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
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 ];
};
}

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "Library for creating OpenSMTPD filters";
homepage = "http://imperialat.at/dev/libopensmtpd/";
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";
homepage = "https://github.com/ndilieto/uacme";
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";
homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/";
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";
description = "A command-line tool for Kakoune";
license = licenses.unlicense;
maintainers = with maintainers; [ malvo ];
maintainers = with maintainers; [ malte-v ];
platforms = platforms.unix;
};
}

View file

@ -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 ];
};
}