dafny: fix meta attribute

This commit is contained in:
Guillaume Maudoux 2017-02-07 10:30:36 +01:00 committed by vbgl
parent 25b61cc897
commit f7b7d8e7b5

View file

@ -288,11 +288,11 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
rm -f $out/lib/dotnet/${baseName}/dafny{,-server}
'';
meta = {
meta = with stdenv.lib; {
description = "A programming language with built-in specification constructs";
homepage = "http://research.microsoft.com/dafny";
maintainers = with maintainers; [ layus ];
license = licenses.MIT;
license = licenses.mit;
platforms = with platforms; (linux ++ darwin);
};
};