Fix spelling mistakes
homepahe -> homepage
This commit is contained in:
parent
3225c34dcc
commit
64b972acb9
@ -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;
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user