summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/featherpad
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/featherpad')
-rw-r--r--pkgs/applications/editors/featherpad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index e48fba1551e7..c6089fd5308c 100644
--- a/pkgs/applications/editors/featherpad/default.nix
+++ b/pkgs/applications/editors/featherpad/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qtsvg qtx11extras ];
meta = with stdenv.lib; {
description = "Lightweight Qt5 Plain-Text Editor for Linux";
- homepage = https://github.com/tsujan/FeatherPad;
+ homepage = "https://github.com/tsujan/FeatherPad";
platforms = platforms.linux;
maintainers = [ maintainers.flosse ];
license = licenses.gpl3;