From 3119d127bb1ee233688501a3bfd8d5dfa0831869 Mon Sep 17 00:00:00 2001 From: Mikayel Samvelyan Date: Fri, 14 Feb 2025 12:11:17 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d8081c6..69198deb 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ long_description=long_description, long_description_content_type="text/markdown", author="The MiniHack Team", - url="https://github.com/facebookresearch/minihack", + url="https://github.com/samvelyan/minihack", license="Apache License, Version 2.0", entry_points=entry_points, packages=packages,