3
0
Fork 0
forked from mirrors/nixpkgs

nixbot: typo

This commit is contained in:
Leon Isenberg 2017-03-14 16:33:39 +01:00 committed by Tuomas Tynkkynen
parent 3a03bee1d9
commit 6de3eb9918

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;