aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/libraries/gspell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/gspell/default.nix')
-rw-r--r--nixpkgs/pkgs/development/libraries/gspell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/libraries/gspell/default.nix b/nixpkgs/pkgs/development/libraries/gspell/default.nix
index 71a427eb2a6..0f17a826b8a 100644
--- a/nixpkgs/pkgs/development/libraries/gspell/default.nix
+++ b/nixpkgs/pkgs/development/libraries/gspell/default.nix
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A spell-checking library for GTK applications";
- homepage = https://wiki.gnome.org/Projects/gspell;
+ homepage = "https://wiki.gnome.org/Projects/gspell";
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;