animdl: remove with lib;

This commit is contained in:
Sarah Clark
2025-10-27 21:55:02 -07:00
parent 8865b77677
commit e27184decf
+3 -3
View File
@@ -55,12 +55,12 @@ python3Packages.buildPythonApplication {
doCheck = true;
meta = with lib; {
meta = {
description = "Highly efficient, powerful and fast anime scraper";
homepage = "https://github.com/justfoolingaround/animdl";
license = licenses.gpl3Only;
license = lib.licenses.gpl3Only;
mainProgram = "animdl";
maintainers = with maintainers; [ passivelemon ];
maintainers = with lib.maintainers; [ passivelemon ];
platforms = [ "x86_64-linux" ];
};
}