Merge pull request #64096 from ryantm/urls

treewide: fix malformed homepage URLs
This commit is contained in:
Elis Hirwing 2019-07-02 10:06:34 +02:00 committed by GitHub
commit 5b600f55ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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; [ ];
};
}