From e9ee2dc81ba71bdd8f10c34880fe06d7c5fc38c5 Mon Sep 17 00:00:00 2001 From: Pascal Quach Date: Sun, 6 Oct 2024 11:55:49 +0200 Subject: [PATCH] New copyright holder, update links --- LICENCE | 1 + advanced-docs/main.typ | 2 +- examples/import-terms-from-yaml-file/main.typ | 2 +- tbump.toml | 2 +- typst.toml | 12 ++++++++++-- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/LICENCE b/LICENCE index 46c0b33..4a27d91 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,7 @@ MIT License Copyright (c) [2023] [Enib Community] +Copyright (c) [Typst Community] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/advanced-docs/main.typ b/advanced-docs/main.typ index a86adac..4e48cf6 100644 --- a/advanced-docs/main.typ +++ b/advanced-docs/main.typ @@ -87,7 +87,7 @@ This section shows how to change the default behaviour of `glossarium` by implementing user functions. It is recommended to keep to the user available interface and not to change the default behaviour of the package. If you have any suggestions or need help, please open an issue on the -#link("https://github.com/ENIB-Community/glossarium")[GitHub repository]. +#link("https://github.com/typst-community/glossarium")[GitHub repository]. There are effectively two requirements for a user to use `glossarium`: + Write a #typc("show: make-glossary") rule to transform all diff --git a/examples/import-terms-from-yaml-file/main.typ b/examples/import-terms-from-yaml-file/main.typ index 362871a..69fa8c4 100644 --- a/examples/import-terms-from-yaml-file/main.typ +++ b/examples/import-terms-from-yaml-file/main.typ @@ -1,4 +1,4 @@ -// EXAMPLE MADE BY Philipp Jungkamp (https://github.com/PJungkamp) in issue: https://github.com/ENIB-Community/glossarium/issues/15 +// EXAMPLE MADE BY Philipp Jungkamp (https://github.com/PJungkamp) in issue: https://github.com/typst-community/glossarium/issues/15 // The glossary command here is modeled after the bibliography command and accepts similar arguments. diff --git a/tbump.toml b/tbump.toml index 873a393..5e1cd9c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,4 +1,4 @@ -github_url = "https://github.com/ENIB-Community/glossarium/" +github_url = "https://github.com/typst-community/glossarium/" [version] current = "0.4.0" diff --git a/typst.toml b/typst.toml index 07bcd78..e7dec9d 100644 --- a/typst.toml +++ b/typst.toml @@ -5,5 +5,13 @@ entrypoint = "glossarium.typ" authors = ["slashformotion", "Dherse"] license = "MIT" description = "Glossarium is a simple, easily customizable typst glossary." -repository = "https://github.com/ENIB-Community/glossarium" -exclude = ["tbump.toml", "examples/*", ".gitignore", "makefile", ".github/*"] +repository = "https://github.com/typst-community/glossarium" +exclude = [ + "tbump.toml", + "examples/*", + "makefile", + "tests", + ".gitignore", + ".github/*", + ".vscode", +]