diff --git a/pkgs/by-name/an/animdl/package.nix b/pkgs/by-name/an/animdl/package.nix index 28a2ecab20fd..4e3caa64413c 100644 --- a/pkgs/by-name/an/animdl/package.nix +++ b/pkgs/by-name/an/animdl/package.nix @@ -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" ]; }; }