mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Fixed typo: home -> homepage
This commit is contained in:
parent
1fe98d4057
commit
afc80bb170
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user