plan9port: fix eval (license typo)

This commit is contained in:
Vladimír Čunát 2014-08-15 02:06:45 +02:00
parent 05b4882255
commit e5a701eaa2

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://swtch.com/plan9port/"; homepage = "http://swtch.com/plan9port/";
description = "Plan 9 from User Space"; description = "Plan 9 from User Space";
license = licenses.lpl102; license = licenses.lpl-102;
platforms = platforms.unix; platforms = platforms.unix;
}; };