mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #64096 from ryantm/urls
treewide: fix malformed homepage URLs
This commit is contained in:
commit
5b600f55ae
3 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue