forked from mirrors/nixpkgs
hetzner-nixops-install: Correct typo in meta attr.
I think it's called maintainerS :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
f728650731
commit
049d2381c5
|
@ -102,6 +102,6 @@ in stdenv.mkDerivation {
|
||||||
(remember, we're on a non-NixOS system here), together
|
(remember, we're on a non-NixOS system here), together
|
||||||
with the partitioner.
|
with the partitioner.
|
||||||
'';
|
'';
|
||||||
maintainer = stdenv.lib.maintainers.aszlig;
|
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue