mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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
|
||||
with the partitioner.
|
||||
'';
|
||||
maintainer = stdenv.lib.maintainers.aszlig;
|
||||
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue