Fixed typo: home -> homepage

This commit is contained in:
Cillian de Róiste 2014-11-07 16:51:27 +01:00
parent 1fe98d4057
commit afc80bb170

View File

@ -19,13 +19,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "PulseAudio system tray";
home = "https://github.com/christophgysin/pasystray";
homepage = "https://github.com/christophgysin/pasystray";
license = licenses.lgpl21Plus;
maintainers = [ maintainers.exlevan ];
platfoms = platforms.linux;
};
}