Skip to content

Commit

Permalink
Fix date in codemeta.json (#632)
Browse files Browse the repository at this point in the history
* Fix date in codemeta.json

---------

Co-authored-by: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com>
  • Loading branch information
apdavison and Moritz-Alexander-Kern committed Apr 25, 2024
1 parent 24c32b7 commit 7d85845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Expand Up @@ -4,9 +4,9 @@
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "git+https://github.com/NeuralEnsemble/elephant.git",
"contIntegration": "https://github.com/NeuralEnsemble/elephant/actions",
"dateCreated": "2013-17-15",
"dateCreated": "2022-03-14",
"datePublished": "2015-04-08",
"dateModified": "2024-19-03",
"dateModified": "2024-03-19",
"downloadUrl": "https://files.pythonhosted.org/packages/cb/b5/893fadd5505e638a4c8788bf0a2f5a211f59f45203f3dfa3919469e83ed4/elephant-1.0.0.tar.gz",
"issueTracker": "https://github.com/NeuralEnsemble/elephant/issues",
"name": "Elephant",
Expand Down

0 comments on commit 7d85845

Please sign in to comment.