commit b25de7184662d77aef2abb8e5060dc7e57b4f924
parent 6bf98d18f8291bd3daed1609a524cd46ccc5b42c
Author: Andrew Laack <andrew@laack.co>
Date: Wed, 2 Sep 2026 15:13:57 -0500
Proper spdx license
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/learning/Containerfile b/learning/Containerfile
@@ -4,6 +4,6 @@ COPY . /app
WORKDIR /app
-RUN opam install . --deps-only
+# RUN opam install . --deps-only
-ENTRYPOINT ["/app/_build/"]
+# ENTRYPOINT ["/app/_build/install/default/bin/learning"]
diff --git a/learning/dune-project b/learning/dune-project
@@ -11,7 +11,7 @@
(maintainers "Andrew Laack <andrew@laack.co>")
-(license AGPLv3)
+(license AGPL-3.0)
(documentation https://github.com/andrewlaack/learning-takes-time)
diff --git a/learning/learning.opam b/learning/learning.opam
@@ -4,7 +4,7 @@ synopsis: ".sl Renderer"
description: "A program to render learning files for standardized learning."
maintainer: ["Andrew Laack <andrew@laack.co>"]
authors: ["Andrew Laack <andrew@laack.co>"]
-license: "AGPLv3"
+license: "AGPL-3.0"
tags: ["learning" "education"]
homepage: "https://github.com/andrewlaack/learning-takes-time"
doc: "https://github.com/andrewlaack/learning-takes-time"