Merge pull request #64096 from ryantm/urls
treewide: fix malformed homepage URLs
This commit is contained in:
commit
5b600f55ae
@ -27,7 +27,7 @@ python2.pkgs.buildPythonApplication rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Automatic music downloader for SABnzbd";
|
description = "Automatic music downloader for SABnzbd";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https:/github.com/rembo10/headphones;
|
homepage = "https://github.com/rembo10/headphones";
|
||||||
maintainers = with stdenv.lib.maintainers; [ rembo10 ];
|
maintainers = with stdenv.lib.maintainers; [ rembo10 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PVR & episode guide that downloads and manages all your TV shows";
|
description = "PVR & episode guide that downloads and manages all your TV shows";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https:/github.com/midgetspy/Sick-Beard;
|
homepage = "https://github.com/midgetspy/Sick-Beard";
|
||||||
maintainers = with stdenv.lib.maintainers; [ ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation";
|
description = "The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https:/github.com/SickGear/SickGear;
|
homepage = "https://github.com/SickGear/SickGear";
|
||||||
maintainers = with stdenv.lib.maintainers; [ ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user