diff --git a/pkgs/by-name/sl/slipshow/package.nix b/pkgs/by-name/sl/slipshow/package.nix index 293df9709d9f..4e27e5f73f0f 100644 --- a/pkgs/by-name/sl/slipshow/package.nix +++ b/pkgs/by-name/sl/slipshow/package.nix @@ -54,6 +54,7 @@ ocamlPackages.buildDunePackage rec { meta = { description = "Engine for displaying slips, the next-gen version of slides"; homepage = "https://slipshow.readthedocs.io/en/latest/index.html"; + license = lib.licenses.gpl3Only; downloadPage = "https://github.com/panglesd/slipshow"; maintainers = [ lib.maintainers.ethancedwards8 ]; teams = [ lib.teams.ngi ];