aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/editors/sigil/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/sigil/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/editors/sigil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/editors/sigil/default.nix b/nixpkgs/pkgs/applications/editors/sigil/default.nix
index ac171f60ead..cbb9f7bd5b8 100644
--- a/nixpkgs/pkgs/applications/editors/sigil/default.nix
+++ b/nixpkgs/pkgs/applications/editors/sigil/default.nix
@@ -35,7 +35,7 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "Free, open source, multi-platform ebook (ePub) editor";
- homepage = https://github.com/Sigil-Ebook/Sigil/;
+ homepage = "https://github.com/Sigil-Ebook/Sigil/";
license = licenses.gpl3;
# currently unmaintained
platforms = platforms.linux;