tree-wide: fix either check-meta or meta attrs of all the packages I evaluate

This commit is contained in:
Jan Malakhovski
2017-12-05 13:46:52 +01:00
committed by Robin Gloster
parent 8ae51ff9c1
commit 1858e8909e
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
description = "A DOS emulator";
platforms = platforms.unix;
maintainers = with maintainers; [ matthewbauer ];
licenses = licenses.gpl2;
license = licenses.gpl2;
};
}