treewide: fix malformed homepage URLs

This commit is contained in:
Ryan Mulligan 2019-07-01 21:12:25 -07:00
parent 4c86deee99
commit 7c61b3b892
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ python2.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Automatic music downloader for SABnzbd";
license = licenses.gpl3;
homepage = https:/github.com/rembo10/headphones;
homepage = "https://github.com/rembo10/headphones";
maintainers = with stdenv.lib.maintainers; [ rembo10 ];
};
}

View file

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "PVR & episode guide that downloads and manages all your TV shows";
license = licenses.gpl3;
homepage = https:/github.com/midgetspy/Sick-Beard;
homepage = "https://github.com/midgetspy/Sick-Beard";
maintainers = with stdenv.lib.maintainers; [ ];
};
}

View file

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation";
license = licenses.gpl3;
homepage = https:/github.com/SickGear/SickGear;
homepage = "https://github.com/SickGear/SickGear";
maintainers = with stdenv.lib.maintainers; [ ];
};
}