summary refs log tree commit diff
path: root/pkgs/servers/headphones/default.nix
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/default.nix
parent4c86deee99bd1d61b6a9de6d3dcabcc55051e15d (diff)
downloadnixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar.gz
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar.bz2
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar.lz
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar.xz
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.tar.zst
nixpkgs-7c61b3b8929f81f79cdc5327d373289e03cf3345.zip
treewide: fix malformed homepage URLs
Diffstat (limited to 'pkgs/servers/headphones/default.nix')
-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 eff1155fc20..aab651d5a4a 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 ];
   };
 }