aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/headphones
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-07-01 21:12:25 -0700
committerRyan Mulligan <ryan@ryantm.com>2019-07-01 21:12:25 -0700
commit7c61b3b8929f81f79cdc5327d373289e03cf3345 (patch)
tree839bfe7cedfe454b82fb0a4d67083799e7f7223a /pkgs/servers/headphones
parent4c86deee99bd1d61b6a9de6d3dcabcc55051e15d (diff)
treewide: fix malformed homepage URLs
Diffstat (limited to 'pkgs/servers/headphones')
-rw-r--r--pkgs/servers/headphones/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/headphones/default.nix b/pkgs/servers/headphones/default.nix
index eff1155fc205..aab651d5a4a5 100644
--- a/pkgs/servers/headphones/default.nix
+++ b/pkgs/servers/headphones/default.nix
@@ -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 ];
};
}