From e89df2ebf02857d0cc2613df84f3f7a4e1483187 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 26 Jun 2025 13:34:18 -0400 Subject: [PATCH] slipshow: add license Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/sl/slipshow/package.nix | 1 + 1 file changed, 1 insertion(+) 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 ];