ms-sys: correct licence

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-17 23:47:25 +01:00
parent f0cc8f9ec5
commit 7f2d6d8ee6

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
inherit version;
description = "A program for writing Microsoft compatible boot records";
homepage = http://ms-sys.sourceforge.net/;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ];
};
}