Fix spelling mistakes

homepahe -> homepage
This commit is contained in:
Josef Svenningsson 2015-10-27 11:49:48 +01:00
parent 3225c34dcc
commit 64b972acb9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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