From 96eea79bfc7cf676eebd532744c4cb69aa99350a Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jan 2018 22:35:36 -0800 Subject: [PATCH] move code to new location --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a594a9..71840ab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **mem_edit** is a multi-platform memory editing library written in Python. -**Homepage:** https://mpxd.net/gogs/jan/mem_edit +**Homepage:** https://mpxd.net/code/jan/mem_edit **Capabilities:** * Scan all readable memory used by a process. @@ -30,7 +30,7 @@ pip install mem_edit Install with pip from git repository ```bash -pip install git+https://mpxd.net/gogs/jan/mem_edit.git@release +pip install git+https://mpxd.net/code/jan/mem_edit.git@release ``` diff --git a/setup.py b/setup.py index d64d0d6..46b51f6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='mem_edit', description='Multi-platform library for memory editing', author='Jan Petykiewicz', author_email='anewusername@gmail.com', - url='https://mpxd.net/gogs/jan/mem_edit', + url='https://mpxd.net/code/jan/mem_edit', keywords=[ 'memory', 'edit',