waifu2x-photo-models: Specify license

pull/30/head
Simon Bruder 2021-01-03 13:03:12 +01:00
parent fb488a8bb5
commit fb173f06ad
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -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" ''