forked from mirrors/nixpkgs
Fix spelling mistakes
homepahe -> homepage
This commit is contained in:
parent
3225c34dcc
commit
64b972acb9
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue