From 5d551597a5511a1613dd90859ae27f5c5de4facd Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 17 Apr 2021 21:24:42 -0500 Subject: [PATCH] update repo uri --- dev-python/notify-py/Manifest | 2 +- dev-python/notify-py/notify-py-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/notify-py/Manifest b/dev-python/notify-py/Manifest index 1c8af29..d1aa6a7 100644 --- a/dev-python/notify-py/Manifest +++ b/dev-python/notify-py/Manifest @@ -1,2 +1,2 @@ DIST notify-py-0.3.0-src.tar.gz 10833039 BLAKE2B ac6164f5ac727dee4d88bc3a97e9ed934c45804e968c98f63116a34c204b847ec3e483488a9e519cd64e9c930b31ffee4c1a1ff02e59af6f67f7caabe292e17d SHA512 78fe68243af68eec760c3b29b8119465153067308ed4b0bbcc9285a4e7274f98b4ac71e42bb486676b0b8819286066329bfeb48a9f7489534c77ba769b34a6b1 -EBUILD notify-py-0.3.0.ebuild 524 BLAKE2B 35cb33dd6ad9e8be8af1de1079aebadaadc4cc70ef472de7bd15a0c0fa4df07e6f2de51bfcb8f5c44e53861e9555a2cb4640a2ecbb6da3a6c466011ad37af468 SHA512 6b3dc7480e5c97b57cf978b2c0a9099b63f2908ed1df38bc2c86d06b1338e68db7f8b77fa35f69c2e5acdb7de3899bcc714a5b35b4c8181cf24ef26f9815afa4 +EBUILD notify-py-0.3.0.ebuild 522 BLAKE2B 4bc744b7955c049cd089897d413938d0d634d3489a6b60cbc9fa227247ebafa1cca096a12bf549178af2da8cb432aade5ae0b72e0433507bbf62c4ac4b26de0d SHA512 7f8e393d3cf909ed2ffade7e524e2fa6e4cd88a6cda75da8235a978864d2b599c484ef1cbd2b704631f271ade5ff528a13b3101a44257db0a540f3b7678555d5 diff --git a/dev-python/notify-py/notify-py-0.3.0.ebuild b/dev-python/notify-py/notify-py-0.3.0.ebuild index aa90320..e1d9e22 100644 --- a/dev-python/notify-py/notify-py-0.3.0.ebuild +++ b/dev-python/notify-py/notify-py-0.3.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Cross platform desktop notifications for Python scripts and applications." HOMEPAGE="https://ms7m.github.io/notify-py/" -SRC_URI="https://github.com/knotteye00/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz" +SRC_URI="https://github.com/knotteye/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz" LICENSE="MIT" SLOT="0"