Merge pull request #223581 from wizeman/u/del-maintainer
Remove myself as maintainer
This commit is contained in:
commit
2e0bb26204
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ in stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.transmissionbt.com/";
|
homepage = "http://www.transmissionbt.com/";
|
||||||
license = lib.licenses.gpl2Plus; # parts are under MIT
|
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;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -210,7 +210,7 @@ let
|
||||||
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
|
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
|
||||||
license = lib.licenses.cddl;
|
license = lib.licenses.cddl;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin raitobezarius ];
|
maintainers = with lib.maintainers; [ jcumming jonringer globin raitobezarius ];
|
||||||
mainProgram = "zfs";
|
mainProgram = "zfs";
|
||||||
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
|
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
|
||||||
# On NixOS set the option boot.zfs.enableUnstable.
|
# On NixOS set the option boot.zfs.enableUnstable.
|
||||||
|
|
Loading…
Reference in a new issue