treewide: remove package names from prefix of descriptions

This commit is contained in:
Ben Siraphob
2020-10-27 09:15:07 -07:00
committed by Jon
parent 7371c2cc9b
commit db74029e3e
139 changed files with 144 additions and 150 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ bundlerApp {
passthru.updateScript = bundlerUpdateScript "oxidized";
meta = with lib; {
description = "Oxidized is a network device configuration backup tool. It's a RANCID replacement!";
description = "A network device configuration backup tool. It's a RANCID replacement!";
homepage = "https://github.com/ytti/oxidized";
license = licenses.asl20;
maintainers = with maintainers; [ willibutz nicknovitski ];