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

Remove myself as maintainer
This commit is contained in:
figsoda 2023-03-28 11:23:16 -04:00 committed by GitHub
commit 2e0bb26204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ in stdenv.mkDerivation {
'';
homepage = "http://www.transmissionbt.com/";
license = lib.licenses.gpl2Plus; # parts are under MIT
maintainers = with lib.maintainers; [ astsmtl vcunat wizeman ];
maintainers = with lib.maintainers; [ astsmtl vcunat ];
platforms = lib.platforms.unix;
};

View file

@ -210,7 +210,7 @@ let
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = lib.licenses.cddl;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin raitobezarius ];
maintainers = with lib.maintainers; [ jcumming jonringer globin raitobezarius ];
mainProgram = "zfs";
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
# On NixOS set the option boot.zfs.enableUnstable.