about summary refs log tree commit diff
path: root/pkgs/applications/audio/easytag
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/easytag')
-rw-r--r--pkgs/applications/audio/easytag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/easytag/default.nix b/pkgs/applications/audio/easytag/default.nix
index 4c2b97e727f4..3f294342da70 100644
--- a/pkgs/applications/audio/easytag/default.nix
+++ b/pkgs/applications/audio/easytag/default.nix
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "View and edit tags for various audio files";
-    homepage = https://wiki.gnome.org/Apps/EasyTAG;
+    homepage = "https://wiki.gnome.org/Apps/EasyTAG";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ ];
     platforms = platforms.linux;