summaryrefslogtreecommitdiffstats
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 10:17:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 10:17:12 +0000
commit8d4164a78d30384f11a229b87b2c46510a449d2a (patch)
tree1170b32128c5f8ff11d7bdc480bc54204749f8cf /cmdline/apt-cache.cc
parentAdding debian version 2.7.13. (diff)
downloadapt-8d4164a78d30384f11a229b87b2c46510a449d2a.tar.xz
apt-8d4164a78d30384f11a229b87b2c46510a449d2a.zip
Merging upstream version 2.7.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--cmdline/apt-cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index 531500c..7fdd4df 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -745,7 +745,7 @@ static bool XVcg(CommandLine &CmdL)
// ---------------------------------------------------------------------
/* Dotty is the graphvis program for generating graphs. It is a fairly
simple queuing algorithm that just writes dependencies and nodes.
- http://www.research.att.com/sw/tools/graphviz/ */
+ https://graphviz.org/ */
static bool Dotty(CommandLine &CmdL)
{
pkgCacheFile CacheFile;