Skip to content

Commit

Permalink
bluemix: Fix eval of maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb committed May 8, 2018
1 parent dace481 commit 199e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/bluemix-cli/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://console.bluemix.net/docs/cli/index.html";
downloadPage = "https://console.bluemix.net/docs/cli/reference/bluemix_cli/download_cli.html#download_install";
license = licenses.unfree;
maintainers = maintainers.tazjin;
maintainers = [ maintainers.tazjin ];
platforms = [ "x86_64-linux" ];
};
}

2 comments on commit 199e7f1

@Mic92
Copy link
Member

@Mic92 Mic92 commented on 199e7f1 May 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks. I toughed the evaluation error was unrelated to this pull request.

@srhb
Copy link
Contributor Author

@srhb srhb commented on 199e7f1 May 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy fix, once spotted. But that's always the tricky business. :D

Please sign in to comment.