From d33562f15861e2b16184cdf8ca754c5d6cf1df13 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 10 Dec 2020 15:44:43 +0200
Subject: [PATCH] Use version 0.8.4 of pythonrc.

From version 0.9.0, Python 3.8+ is targeted. But I still default to 3.6
with ElementaryOS Hera.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ae8e895..4444d8b 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ $(DESTDIR)/bin/envconsul:
 
 .config/pythonrc.py:
 	mkdir -p $$(dirname $@)
-	$(download) https://raw.githubusercontent.com/lonetwin/pythonrc/master/pythonrc.py
+	$(download) https://raw.githubusercontent.com/lonetwin/pythonrc/0.8.4/pythonrc.py
 
 .travis/travis.sh:
 	mkdir -p $$(dirname $@)
-- 
GitLab