···142 '';
143 homepage = "http://www.transmissionbt.com/";
144 license = lib.licenses.gpl2Plus; # parts are under MIT
145- maintainers = with lib.maintainers; [ astsmtl vcunat wizeman ];
146 platforms = lib.platforms.unix;
147 };
148
···142 '';
143 homepage = "http://www.transmissionbt.com/";
144 license = lib.licenses.gpl2Plus; # parts are under MIT
145+ maintainers = with lib.maintainers; [ astsmtl vcunat ];
146 platforms = lib.platforms.unix;
147 };
148
+1-1
pkgs/os-specific/linux/zfs/default.nix
···210 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
211 license = lib.licenses.cddl;
212 platforms = lib.platforms.linux;
213- maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin raitobezarius ];
214 mainProgram = "zfs";
215 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
216 # On NixOS set the option boot.zfs.enableUnstable.
···210 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
211 license = lib.licenses.cddl;
212 platforms = lib.platforms.linux;
213+ maintainers = with lib.maintainers; [ jcumming jonringer globin raitobezarius ];
214 mainProgram = "zfs";
215 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
216 # On NixOS set the option boot.zfs.enableUnstable.