summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authordev.hell <devhell@mailfresser.de>2015-01-04 22:13:36 +0000
committerdev.hell <devhell@mailfresser.de>2015-01-04 22:13:36 +0000
commitb89b6d1599bd509656246a30d451b6ff49d33693 (patch)
tree4d977952a1eb802e0b582a3556a341ec9cbe4ddb /pkgs
parent19aa2b5b0f5f18d67919485a9fa0ae45ad9efdad (diff)
downloadnixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar.gz
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar.bz2
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar.lz
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar.xz
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.tar.zst
nixlib-b89b6d1599bd509656246a30d451b6ff49d33693.zip
libstrophe: Fix typo
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libstrophe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix
index 1df9342610b9..548ff7ac403d 100644
--- a/pkgs/development/libraries/libstrophe/default.nix
+++ b/pkgs/development/libraries/libstrophe/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
       minimal dependencies and is configurable for various environments. It
       runs well on both Linux, Unix, and Windows based platforms.
     '';
-    hompeage = http://strophe.im/libstrophe/;
+    homepage = http://strophe.im/libstrophe/;
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.devhell ];
   };