mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 02:53:55 +00:00
Merge pull request #253385 from fomichevmi/patch-8
tempita: change owner for fetching sources
This commit is contained in:
commit
4d66d894e5
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user