summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/howl
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/howl')
-rw-r--r--pkgs/applications/editors/howl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/howl/default.nix b/pkgs/applications/editors/howl/default.nix
index 5e5f2f8563cb..975016d55417 100644
--- a/pkgs/applications/editors/howl/default.nix
+++ b/pkgs/applications/editors/howl/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
meta = {
- homepage = https://howl.io/;
+ homepage = "https://howl.io/";
description = "A general purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface";
license = licenses.mit;
maintainers = with maintainers; [ pacien ];