about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/notepadqq
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/notepadqq')
-rw-r--r--nixpkgs/pkgs/applications/editors/notepadqq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/editors/notepadqq/default.nix b/nixpkgs/pkgs/applications/editors/notepadqq/default.nix
index efda2c583604..a51f5106930e 100644
--- a/nixpkgs/pkgs/applications/editors/notepadqq/default.nix
+++ b/nixpkgs/pkgs/applications/editors/notepadqq/default.nix
@@ -32,7 +32,7 @@ mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
-    homepage = https://notepadqq.com/;
+    homepage = "https://notepadqq.com/";
     description = "Notepad++-like editor for the Linux desktop";
     license = licenses.gpl3;
     platforms = platforms.linux;