lol

Merge pull request #223581 from wizeman/u/del-maintainer

Remove myself as maintainer

authored by

figsoda and committed by
GitHub
2e0bb262 bca93086

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