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:
aszlig 2013-07-09 11:31:06 +02:00
parent f728650731
commit 049d2381c5
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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 ];
};
}