dmlive: move to by-name

This commit is contained in:
Nick Cao
2024-11-07 13:42:25 -05:00
parent ea68825987
commit 7f271a2a68
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -23976,8 +23976,6 @@ with pkgs;
dmarc-metrics-exporter = callPackage ../servers/monitoring/prometheus/dmarc-metrics-exporter { };
dmlive = callPackage ../applications/video/dmlive { };
do-agent = callPackage ../servers/monitoring/do-agent { };
dodgy = with python3Packages; toPythonApplication dodgy;