diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:17:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:17:41 +0000 |
commit | f228636c02dc1bcb88704933b7e2049a31116d13 (patch) | |
tree | 2d923ac0acd8300f6e9f13f3fd0c85287565699e /cmdline | |
parent | Releasing progress-linux version 2.7.13-0.0~progress7.99u1. (diff) | |
download | apt-f228636c02dc1bcb88704933b7e2049a31116d13.tar.xz apt-f228636c02dc1bcb88704933b7e2049a31116d13.zip |
Merging upstream version 2.7.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-cache.cc | 2 |
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; |