Typo in bitbucket-cli expression

This commit is contained in:
Martin Lavoie 2014-07-09 02:03:49 +02:00
parent 3df7911f35
commit 05f7391881

View file

@ -793,7 +793,7 @@ rec {
meta = with stdenv.lib; {
description = "Bitbucket command line interface";
homepage = "https://bitbucket.org/zhemao/bitbucket-cli";
mainteners = [ mainteners.refnil ];
maintainers = [ maintainers.refnil ];
};
};