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

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