Skip to content

Commit

Permalink
updated email addresses of Sebastian Gutsche and Fabian Zickgraf
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Jan 5, 2025
1 parent 658aa72 commit cf1dd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "LinearAlgebraForCAP"
uuid = "3dc4824f-14ac-4ab7-8a60-75dbcd4a9d60"
authors = [
"Sebastian Gutsche <gutsche@mathematik.uni-siegen.de>",
"Sebastian Gutsche <sebastian.gutsche@gmail.com>",
"Sebastian Posur <sebastian.posur@uni-muenster.de>",
"Fabian Zickgraf <fabian.zickgraf@uni-siegen.de>",
"Fabian Zickgraf <fabian.zickgraf@mailbox.org>",
]
version = "0.1.0"

Expand Down

4 comments on commit cf1dd0c

@mohamed-barakat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Error in (Julia)Project.toml: Package 'MatricesForHomalg' with UUID: 29b9b1b6-efa6-450e-8188-a5a2c25df071 not found in registry or stdlib

@mohamed-barakat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/122637

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" cf1dd0c50884577d4491db608a4dd36493b23bf6
git push origin v0.1.0

Please sign in to comment.