diff options
author | Sam Potts <me@sampotts.me> | 2015-03-09 11:53:26 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-09 11:53:26 +1100 |
commit | a16579fd21eb9603b883393b524071111e568717 (patch) | |
tree | a2f5db5956d39d0057c32897152ed6fe4081c17a /src/js | |
parent | ae5a816df1a8d16ecb75a48c028ff89f69400865 (diff) | |
download | plyr-a16579fd21eb9603b883393b524071111e568717.tar.lz plyr-a16579fd21eb9603b883393b524071111e568717.tar.xz plyr-a16579fd21eb9603b883393b524071111e568717.zip |
Fix for repo url
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index 0b9dbf77..e759e176 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,7 +1,7 @@ // ========================================================================== // Plyr // plyr.js v1.0.24 -// https://github.com/sampotts/plyr +// https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== // Credits: http://paypal.github.io/accessible-html5-video-player/ |