Skip to content

Commit ee699dc

Browse files
committed
all: rename repo to efter-plugget
ref: typst/packages#3085 (comment)
1 parent 3fff026 commit ee699dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```bash
66
# Generate new report based on template.
7-
typst init @preview/uni-report
7+
typst init @preview/efter-plugget
88
```
99

1010
![Example lab report](inc/thumbnail.png)

template/report.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#import "@preview/uni-report:0.1.0"
1+
#import "@preview/efter-plugget:0.1.0"
22

3-
#show: uni-report.template.with(
3+
#show: efter-plugget.template.with(
44
logo: image("inc/logo.png", width: 4.3cm),
55
title: highlight[Lab 1 -- Experiment],
66
short-title: highlight("Lab 1"),

typst.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "uni-report"
2+
name = "efter-plugget"
33
version = "0.1.0"
44
entrypoint = "src/lib.typ"
55
authors = ["Robin Eklind"]
66
license = "0BSD"
7-
description = "Lab report, essay and exam template for Uni."
7+
description = "Lab report, essay and exam template for Typst."
88
exclude = ["inc"]
9-
repository = "https://github.com/mewmew/uni-report-typ"
9+
repository = "https://github.com/mewmew/efter-plugget"
1010

1111
[template]
1212
path = "template"

0 commit comments

Comments
 (0)