gitAndTools.git-filter-repo: add meta platforms
This commit is contained in:
parent
4f5e740880
commit
3d44c01fe3
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/newren/git-filter-repo";
|
homepage = "https://github.com/newren/git-filter-repo";
|
||||||
description = "Quickly rewrite git repository history (filter-branch replacement)";
|
description = "Quickly rewrite git repository history (filter-branch replacement)";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
inherit (pythonPackages.python.meta) platforms;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user