915resolution: add license

This commit is contained in:
Jörg Thalheim 2018-08-19 09:21:30 +01:00
parent e180e018fe
commit d59447c444

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://915resolution.mango-lang.org/;
description = "A tool to modify Intel 800/900 video BIOS";
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.publicDomain;
};
}