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