maintainers: add schneefux
This commit is contained in:
parent
7864cfca46
commit
9cab11980b
@ -367,6 +367,7 @@
|
||||
samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
|
||||
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
|
||||
schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
|
||||
schneefux = "schneefux <schneefux+nixos_pkg@schneefux.xyz>";
|
||||
schristo = "Scott Christopher <schristopher@konputa.com>";
|
||||
scolobb = "Sergiu Ivanov <sivanov@colimite.fr>";
|
||||
sepi = "Raffael Mancini <raffael@mancini.lu>";
|
||||
|
@ -28,6 +28,7 @@ buildPerlPackage rec {
|
||||
|
||||
meta = {
|
||||
homepage = "http://jimsun.linxnet.com/postfix_contrib.html";
|
||||
maintainers = with stdenv.lib.maintainers; [ schneefux ];
|
||||
description = "Postfix activity overview";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Sharing solution for files, calendars, contacts and more";
|
||||
homepage = https://nextcloud.com;
|
||||
maintainers = with stdenv.lib.maintainers; [ schneefux ];
|
||||
license = stdenv.lib.licenses.agpl3Plus;
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user