915resolution: add license
This commit is contained in:
parent
e180e018fe
commit
d59447c444
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "915resolution-0.5.3";
|
name = "915resolution-0.5.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://915resolution.mango-lang.org/${name}.tar.gz";
|
url = "http://915resolution.mango-lang.org/${name}.tar.gz";
|
||||||
sha256 = "0hmmy4kkz3x6yigz6hk99416ybznd67dpjaxap50nhay9f1snk5n";
|
sha256 = "0hmmy4kkz3x6yigz6hk99416ybznd67dpjaxap50nhay9f1snk5n";
|
||||||
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://915resolution.mango-lang.org/;
|
homepage = http://915resolution.mango-lang.org/;
|
||||||
description = "A tool to modify Intel 800/900 video BIOS";
|
description = "A tool to modify Intel 800/900 video BIOS";
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
|
license = licenses.publicDomain;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user