waifu2x-photo-models: Specify license
This commit is contained in:
parent
fb488a8bb5
commit
fb173f06ad
|
@ -14,6 +14,8 @@ let
|
|||
installPhase = ''
|
||||
cp -r $src/models/vgg_7/photo $out
|
||||
'';
|
||||
|
||||
meta.license = lib.licenses.mit;
|
||||
};
|
||||
# waifu2x-converter-cpp wrapper for real life images
|
||||
waifu2x-photo = pkgs.writeShellScriptBin "waifu2x-photo" ''
|
||||
|
|
Loading…
Reference in a new issue