Fixing a typo in a 'maintainers' meta info I added recently

Dankon ludo.

svn path=/nixpkgs/trunk/; revision=17591
This commit is contained in:
Lluís Batlle i Rossell 2009-10-02 09:37:06 +00:00
parent 3653e372b0
commit 12fd6d00f8

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
homepage = "http://eaglemode.sourceforge.net";
description = "Zoomable User Interface";
license="GPLv3";
maintainersv = with stdenv.lib.maintainers; [viric];
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}