nixbot: typo

This commit is contained in:
Leon Isenberg
2017-03-14 18:08:09 +02:00
committed by Tuomas Tynkkynen
parent 3a03bee1d9
commit 6de3eb9918
+1 -1
View File
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
meta = with stdenv.lib; {
desciption = "Github bot for reviewing/testing pull requests with the help of Hydra";
description = "Github bot for reviewing/testing pull requests with the help of Hydra";
maintainers = with maintainers; [ domenkozar fpletz globin ];
license = licenses.asl20;
homepage = https://github.com/domenkozar/nixbot;