apt-dater: move to by-name

This commit is contained in:
wxt
2024-12-29 13:33:41 +08:00
parent cf802984d6
commit 3deb5fb407
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1727,7 +1727,7 @@ with pkgs;
httpServer = true;
};
apt-dater = callPackage ../tools/package-management/apt-dater {
apt-dater = callPackage ../by-name/ap/apt-dater {
autoreconfHook = buildPackages.autoreconfHook269;
};