slipshow: add license

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-06-26 13:34:18 -04:00
parent 258a290ed4
commit e89df2ebf0
+1
View File
@@ -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 ];