kodi.plugins: fix homepage typo

This commit is contained in:
Matthew Justin Bauer
2018-05-23 16:20:24 -05:00
committed by GitHub
parent e351265e85
commit 7d40f48c86

View File

@@ -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 ];