Author: viric Date: 2010-06-13 19:32:32 +0000 (Sun, 13 Jun 2010) New Revision: 22245
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22245&view=rev Modified: nixpkgs/trunk/pkgs/applications/science/electronics/xoscope/default.nix Log: Fixing an ortography error in the xoscope description. Changes: Modified: nixpkgs/trunk/pkgs/applications/science/electronics/xoscope/default.nix =================================================================== --- nixpkgs/trunk/pkgs/applications/science/electronics/xoscope/default.nix 2010-06-13 19:32:04 UTC (rev 22244) +++ nixpkgs/trunk/pkgs/applications/science/electronics/xoscope/default.nix 2010-06-13 19:32:32 UTC (rev 22245) @@ -11,7 +11,7 @@ buildInputs = [ gtk pkgconfig ]; meta = { - description = "Oscilloscope trough the sound card"; + description = "Oscilloscope through the sound card"; homepage = http://xoscope.sourceforge.net; license = "GPLv2+"; maintainers = with stdenv.lib.maintainers; [viric]; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
