tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zfs: remove myself as maintainer
Jörg Thalheim
4 years ago
b8df591e
089f00c9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
zfs
default.nix
+1
-1
pkgs/os-specific/linux/zfs/default.nix
···
202
202
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
203
203
license = licenses.cddl;
204
204
platforms = platforms.linux;
205
205
-
maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin mic92 ];
205
205
+
maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin ];
206
206
mainProgram = "zfs";
207
207
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
208
208
# On NixOS set the option boot.zfs.enableUnstable.