libstrophe: Fix typo

This commit is contained in:
dev.hell
2015-01-04 22:13:36 +00:00
parent 19aa2b5b0f
commit b89b6d1599
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
minimal dependencies and is configurable for various environments. It minimal dependencies and is configurable for various environments. It
runs well on both Linux, Unix, and Windows based platforms. 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; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.devhell ]; maintainers = [ stdenv.lib.maintainers.devhell ];
}; };