celt: Correct typo

This commit is contained in:
William A. Kennington III
2015-04-25 21:27:54 -07:00
parent 726f1a6edd
commit 64fa593e1e
+1 -1
View File
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.celt-codec.org/;
license = licenses.bsd2;
maintainers = with maintainers; [ codyopel raskin ];
platform = platforms.unix;
platforms = platforms.unix;
};
}