summary refs log tree commit diff
path: root/pkgs/applications/audio/clerk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/clerk/default.nix')
-rw-r--r--pkgs/applications/audio/clerk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/clerk/default.nix b/pkgs/applications/audio/clerk/default.nix
index 4da2228c6c1..3c78295db67 100644
--- a/pkgs/applications/audio/clerk/default.nix
+++ b/pkgs/applications/audio/clerk/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "An MPD client built on top of rofi";
-    homepage    = https://github.com/carnager/clerk;
+    homepage    = "https://github.com/carnager/clerk";
     license     = licenses.mit;
     maintainers = with maintainers; [ anderspapitto ];
   };