Skip to content

Commit a78b3ef

Browse files
authored
Update urls and license (#508)
1 parent b458d49 commit a78b3ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Christoph Alt
3+
Copyright (c) 2025 Christoph Alt, Arne Binder
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ dependencies = [
2929
]
3030

3131
[project.urls]
32-
homepage = "https://github.com/christophalt/pytorch-ie"
33-
repository = "https://github.com/christophalt/pytorch-ie"
32+
homepage = "https://github.com/arnebinder/pytorch-ie"
33+
repository = "https://github.com/arnebinder/pytorch-ie"
3434
documentation = "https://pytorch-ie.readthedocs.io"
35-
"Bug Tracker" = "https://github.com/christophalt/pytorch-ie/issues"
36-
"Changelog" = "https://github.com/christophalt/pytorch-ie/releases"
35+
"Bug Tracker" = "https://github.com/arnebinder/pytorch-ie/issues"
36+
"Changelog" = "https://github.com/arnebinder/pytorch-ie/releases"
3737

3838
[tool.poetry]
3939
packages = [
@@ -47,8 +47,8 @@ classifiers = [
4747
]
4848

4949
[tool.poetry.urls]
50-
"Bug Tracker" = "https://github.com/christophalt/pytorch-ie/issues"
51-
"Changelog" = "https://github.com/christophalt/pytorch-ie/releases"
50+
"Bug Tracker" = "https://github.com/arnebinder/pytorch-ie/issues"
51+
"Changelog" = "https://github.com/arnebinder/pytorch-ie/releases"
5252

5353
[tool.poetry.group.dev]
5454
optional = true

0 commit comments

Comments
 (0)