summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-23 16:20:24 -0500
committerGitHub <noreply@github.com>2018-05-23 16:20:24 -0500
commit7d40f48c867339aa95ef89c8718250e20c3c6715 (patch)
tree8441bed6f60f0895bffe84a5ca41ab9eeed6e99d /pkgs
parente351265e85825c8970d4cc4e741e58eaea285419 (diff)
downloadnixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar.gz
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar.bz2
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar.lz
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar.xz
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.tar.zst
nixlib-7d40f48c867339aa95ef89c8718250e20c3c6715.zip
kodi.plugins: fix homepage typo
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index f263182c6fc1..4d6b18854549 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -353,7 +353,7 @@ rec {
     };
 
     meta = with stdenv.lib; {
-      homepage = https://github.com/omsc/skin.osmc;
+      homepage = https://github.com/osmc/skin.osmc;
       description = "The default skin for OSMC";
       platforms = platforms.all;
       maintainers = with maintainers; [ worldofpeace ];