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

@@ -16,7 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ gobject-introspection pygobject3 graphviz gtk3 ];
meta = with lib; {
description = "xdot.py is an interactive viewer for graphs written in Graphviz's dot";
description = "An interactive viewer for graphs written in Graphviz's dot";
homepage = "https://github.com/jrfonseca/xdot.py";
license = licenses.lgpl3Plus;
};