Unverified Commit 8dfa8aa1 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #255173 from zeronobody0/patch-1

remove "the the" from mpv plugin autoload.nix
parents acd48c21 fd439a06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation rec {
  passthru.scriptName = "autoload.lua";

  meta = {
    description = "This script automatically loads playlist entries before and after the the currently played file";
    description = "This script automatically loads playlist entries before and after the currently played file";
    homepage = "https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua";
    maintainers = [ lib.maintainers.dawidsowa ];
    license = lib.licenses.gpl2Plus;