tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ms-sys: correct licence
Tobias Geerinckx-Rice
10 years ago
7f2d6d8e
f0cc8f9e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
ms-sys
default.nix
+1
-1
pkgs/tools/misc/ms-sys/default.nix
···
19
inherit version;
20
description = "A program for writing Microsoft compatible boot records";
21
homepage = http://ms-sys.sourceforge.net/;
22
-
license = licenses.gpl2;
23
maintainers = with maintainers; [ nckx ];
24
};
25
}
···
19
inherit version;
20
description = "A program for writing Microsoft compatible boot records";
21
homepage = http://ms-sys.sourceforge.net/;
22
+
license = licenses.gpl2Plus;
23
maintainers = with maintainers; [ nckx ];
24
};
25
}