Merge pull request #253385 from fomichevmi/patch-8

tempita: change owner for fetching sources
This commit is contained in:
Nick Cao 2023-09-20 09:17:51 -04:00 committed by GitHub
commit 4d66d894e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};