twinkle eval: fix the typo

This commit is contained in:
Vladimír Čunát 2014-08-20 23:38:43 +02:00
parent 25351012b2
commit 2d03fbf752

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.twinklephone.com/; homepage = http://www.twinklephone.com/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ lib.maintainers.marcweber ]; maintainers = [ maintainers.marcweber ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }