pywalfox-native: fixup indentation
Fixes incorrect indentation (not fitting .editorconfig) introduced in PR 271023 (pywalfox-native: init at 2.7.4)
This commit is contained in:
parent
30fd50aaab
commit
a988bde189
@ -1,22 +1,22 @@
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "pywalfox-native";
|
||||
version = "2.7.4";
|
||||
pname = "pywalfox-native";
|
||||
version = "2.7.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "pywalfox";
|
||||
hash = "sha256-Wec9fic4lXT7gBY04D2EcfCb/gYoZcrYA/aMRWaA7WY=";
|
||||
};
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "pywalfox";
|
||||
hash = "sha256-Wec9fic4lXT7gBY04D2EcfCb/gYoZcrYA/aMRWaA7WY=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "pywalfox" ];
|
||||
pythonImportsCheck = [ "pywalfox" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Frewacom/pywalfox-native";
|
||||
description = "Native app used alongside the Pywalfox addon";
|
||||
mainProgram = "pywalfox";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ tsandrini ];
|
||||
};
|
||||
}
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Frewacom/pywalfox-native";
|
||||
description = "Native app used alongside the Pywalfox addon";
|
||||
mainProgram = "pywalfox";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ tsandrini ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user