missing semicolon, found after push..

This commit is contained in:
Jack Cummings 2013-03-01 01:26:19 -08:00
parent ae35f74dbe
commit 58a9875789

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
Program is time-limited -- it will stop functioning after 60 days. You Program is time-limited -- it will stop functioning after 60 days. You
can always download the latest version from makemkv.com that will reset the can always download the latest version from makemkv.com that will reset the
expiration date. expiration date.
'' '';
license = "unfree"; license = "unfree";
homepage = http://makemkv.com; homepage = http://makemkv.com;
}; };