tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: remove and add hmenke
Henri Menke
3 years ago
da053d00
61a8a98e
+5
-2
3 changed files
expand all
collapse all
unified
split
nixos
tests
alps.nix
pkgs
os-specific
linux
zfs
default.nix
servers
alps
default.nix
+3
nixos/tests/alps.nix
···
4
4
in
5
5
import ./make-test-python.nix ({ pkgs, ... }: {
6
6
name = "alps";
7
7
+
meta = with pkgs.lib.maintainers; {
8
8
+
maintainers = [ hmenke ];
9
9
+
};
7
10
8
11
nodes = {
9
12
server = {
+1
-1
pkgs/os-specific/linux/zfs/default.nix
···
204
204
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
205
205
license = lib.licenses.cddl;
206
206
platforms = lib.platforms.linux;
207
207
-
maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ];
207
207
+
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ];
208
208
mainProgram = "zfs";
209
209
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
210
210
# On NixOS set the option boot.zfs.enableUnstable.
+1
-1
pkgs/servers/alps/default.nix
···
45
45
description = "A simple and extensible webmail.";
46
46
homepage = "https://git.sr.ht/~migadu/alps";
47
47
license = licenses.mit;
48
48
-
maintainers = with maintainers; [ gordias booklearner madonius ];
48
48
+
maintainers = with maintainers; [ gordias booklearner madonius hmenke ];
49
49
};
50
50
}