diff --git a/codemeta.json b/codemeta.json
index 385c35c8b4035dcef8fa3889039759d68824763b..f17f179844c45a992aa9df5ca9675131c2bfef6a 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -40,9 +40,8 @@
     "keywords": [
         "jupyter-notebook"
     ],
-    "runtimePlatform": "",
-    "downloadUrl": "",
-    "installUrl": "",
+    "runtimePlatform": "Python3",
+    "downloadUrl": "https://zenodo.org/record/5592584/files/Docker_eossr_v0.3.3.tar",
     "releaseNotes": "Bug fix in the CI and much lighter docker container",
     "dateCreated": "2021-08-31",
     "datePublished": "2021-12-02",
@@ -114,4 +113,4 @@
         }
     ],
     "funding": "824064"
-}
\ No newline at end of file
+}
diff --git a/eossr/metadata/tests/test_codemeta2zenodo.py b/eossr/metadata/tests/test_codemeta2zenodo.py
index fca403490c91dec641ca5d6c5990916f60ad9d60..22040f32e1ac0426a772b1b5d22e71d916f564aa 100644
--- a/eossr/metadata/tests/test_codemeta2zenodo.py
+++ b/eossr/metadata/tests/test_codemeta2zenodo.py
@@ -34,7 +34,6 @@ codemeta_entries = [
     "softwareRequirements",
     "keywords",
     "downloadUrl",
-    "installUrl",
     "dateModified",
     "datePublished",
     "runtimePlatform",