mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 06:25:23 +00:00
zfs: move maintainer adamcstephens to 2.2 only
This commit is contained in:
parent
96e47a3676
commit
a65001e999
@ -1,6 +1,7 @@
|
||||
{ callPackage
|
||||
, kernel ? null
|
||||
, stdenv
|
||||
, lib
|
||||
, linuxKernel
|
||||
, nixosTests
|
||||
, ...
|
||||
@ -26,5 +27,7 @@ callPackage ./generic.nix args {
|
||||
nixosTests.zfs.series_2_2
|
||||
];
|
||||
|
||||
maintainers = with lib.maintainers; [ adamcstephens amarshall ];
|
||||
|
||||
hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4=";
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ let
|
||||
, isUnstable ? false
|
||||
, latestCompatibleLinuxPackages
|
||||
, kernelCompatible ? null
|
||||
, maintainers ? (with lib.maintainers; [ amarshall adamcstephens ])
|
||||
, maintainers ? (with lib.maintainers; [ amarshall ])
|
||||
, tests
|
||||
}@innerArgs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user