Fixed typo: home -> homepage
This commit is contained in:
parent
1fe98d4057
commit
afc80bb170
@ -19,13 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PulseAudio system tray";
|
description = "PulseAudio system tray";
|
||||||
|
homepage = "https://github.com/christophgysin/pasystray";
|
||||||
home = "https://github.com/christophgysin/pasystray";
|
|
||||||
|
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
|
|
||||||
maintainers = [ maintainers.exlevan ];
|
maintainers = [ maintainers.exlevan ];
|
||||||
|
|
||||||
platfoms = platforms.linux;
|
platfoms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user