Merge pull request #10645 from josefs/master

Fix spelling mistakes
This commit is contained in:
Eelco Dolstra 2015-10-27 11:52:12 +01:00
commit ff9b89c21d
2 changed files with 2 additions and 2 deletions

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A collection of GTK+ widgets";
homepahe = http://blog.chipx86.com/tag/libsexy/;
homepage = http://blog.chipx86.com/tag/libsexy/;
license = licenses.lgpl21;
maintainers = with maintainers; [ ];
platforms = platforms.unix;

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
preInstall = "mkdir -p $out";
meta = {
homepahe = http://fredrik.hubbe.net/x2vnc.html;
homepage = http://fredrik.hubbe.net/x2vnc.html;
description = "A program to control a remote VNC server";
};
}