1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

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;
};
}