Merge pull request #214756 from malte-v/maintainer-update-malvo
maintainers/malvo: update information
This commit is contained in:
commit
f93a3adca2
10 changed files with 11 additions and 11 deletions
|
@ -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";
|
||||
|
|
|
@ -120,5 +120,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ malvo ];
|
||||
meta.maintainers = with maintainers; [ malte-v ];
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue