treewide: remove package names from prefix of descriptions

This commit is contained in:
Ben Siraphob
2020-10-26 11:08:40 +07:00
committed by Jon
parent 7371c2cc9b
commit db74029e3e
139 changed files with 144 additions and 150 deletions

View File

@@ -103,7 +103,7 @@ let
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot is an open-source continuous integration framework for automating software build, test, and release processes";
description = "An open-source continuous integration framework for automating software build, test, and release processes";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};