From b89b6d1599bd509656246a30d451b6ff49d33693 Mon Sep 17 00:00:00 2001 From: "dev.hell" Date: Sun, 4 Jan 2015 22:13:36 +0000 Subject: [PATCH] libstrophe: Fix typo --- pkgs/development/libraries/libstrophe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 1df9342610b..548ff7ac403 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 ]; };