git: f89688cbe4d0 - main - devel/py-nbclassic: Add GitHub to MASTER_SITES

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 22:24:46 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f89688cbe4d0e722532adf6b40b744bd2c13a92d

commit f89688cbe4d0e722532adf6b40b744bd2c13a92d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-07 22:23:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-07 22:23:54 +0000

    devel/py-nbclassic: Add GitHub to MASTER_SITES
---
 devel/py-nbclassic/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-nbclassic/Makefile b/devel/py-nbclassic/Makefile
index d3314b434a78..7fb1582f61cc 100644
--- a/devel/py-nbclassic/Makefile
+++ b/devel/py-nbclassic/Makefile
@@ -3,7 +3,8 @@
 PORTNAME=	nbclassic
 PORTVERSION=	0.4.0
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
+MASTER_SITES=	CHEESESHOP \
+		https://github.com/jupyter/nbclassic/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org