Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Matrix
Commits
7126721a
Verified
Commit
7126721a
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Update copyright and app config
parent
7cd3f4dd
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Resolve "Review tasks"
Pipeline
#55915
canceled
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
aleksis/apps/matrix/__init__.py
+0
-2
0 additions, 2 deletions
aleksis/apps/matrix/__init__.py
aleksis/apps/matrix/apps.py
+1
-1
1 addition, 1 deletion
aleksis/apps/matrix/apps.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
3 additions
and
5 deletions
README.rst
+
1
−
1
View file @
7126721a
...
...
@@ -16,7 +16,7 @@ Licence
::
Copyright © 2021
Dominik George <dominik.george@teckids.org
>
Copyright © 2021
, 2022 Jonathan Weth <dev@jonathanweth.de
>
Licenced under the EUPL, version 1.2 or later
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/matrix/__init__.py
+
0
−
2
View file @
7126721a
...
...
@@ -4,5 +4,3 @@ try:
__version__
=
pkg_resources
.
get_distribution
(
"
AlekSIS-App-Matrix
"
).
version
except
Exception
:
__version__
=
"
unknown
"
default_app_config
=
"
aleksis.apps.matrix.apps.DefaultConfig
"
This diff is collapsed.
Click to expand it.
aleksis/apps/matrix/apps.py
+
1
−
1
View file @
7126721a
...
...
@@ -10,4 +10,4 @@ class DefaultConfig(AppConfig):
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix
"
,
}
licence
=
"
EUPL-1.2+
"
copyright_info
=
(([
2021
],
"
Dominik George
"
,
"
dominik.george@teckids.org
"
),)
copyright_info
=
(([
2021
,
2022
],
"
Jonathan Weth
"
,
"
dev@jonathanweth.de
"
),)
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
7126721a
...
...
@@ -8,7 +8,7 @@ readme = "README.rst"
include
=
[
"CHANGELOG.rst"
,
"LICENCE.rst"
,
"aleksis/**/*.mo"
]
description
=
"AlekSIS (School Information System) — App Matrix (Integration with Matrix/Element)"
authors
=
[
"
Dominik George <dominik.george@teckids.org
>"
]
authors
=
[
"
Jonathan Weth <dev@jonathanweth.de
>"
]
maintainers
=
[
"Jonathan Weth <wethjo@katharineum.de>"
,
"Dominik George <dominik.george@teckids.org>"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment