tempita: fix sources location

Owner gjhiggins is not providing tempita sources any more
This commit is contained in:
fomichevmi 2023-09-05 10:43:34 +02:00 committed by fomichevmi
parent 9ab99be5d1
commit 8034404f31

View file

@ -5,7 +5,7 @@ buildPythonPackage {
pname = "tempita";
src = fetchFromGitHub {
owner = "gjhiggins";
owner = "agramfort";
repo = "tempita";
rev = "47414a7c6e46a9a9afe78f0bce2ea299fa84d10";
sha256 = "0f33jjjs5rvp7ar2j6ggyfykcrsrn04jaqcq71qfvycf6b7nw3rn";
@ -14,7 +14,7 @@ buildPythonPackage {
buildInputs = [ nose ];
meta = {
homepage = "https://github.com/gjhiggins/tempita";
homepage = "https://github.com/agramfort/tempita";
description = "A very small text templating language";
license = lib.licenses.mit;
};