From 4aa8a18b4f9a193cbc22234782981e037ff2d107 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 1 Aug 2023 10:48:44 +0200 Subject: [PATCH] comment --- libs/apt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/apt.py b/libs/apt.py index f42ce0a..63fca1e 100644 --- a/libs/apt.py +++ b/libs/apt.py @@ -1,4 +1,5 @@ -# https://manpages.debian.org/jessie/apt/sources.list.5.de.html +# https://manpages.debian.org/latest/apt/sources.list.5.de.html +# https://repolib.readthedocs.io/en/latest/deb822-format.html from re import match from glob import glob @@ -46,7 +47,6 @@ def render_apt_conf(section, depth=0): -# https://repolib.readthedocs.io/en/latest/deb822-format.html def render_source(node, source_name): config = node.metadata.get(f'apt/sources/{source_name}') lines = []