8 self = python3Packages.buildPythonApplication {
12 src = fetchFromGitHub {
16 hash = "sha256-HYZdDtDlGrT3zssDdMW3559hhC+cPy8qkmM8d9zEa1A=";
19 build-system = with python3Packages; [ setuptools ];
24 homepage = "https://github.com/xyproto/setconf";
25 description = "Small utility for changing settings in configuration textfiles";
26 changelog = "https://github.com/xyproto/setconf/releases/tag/${self.src.rev}";
27 mainProgram = "setconf";
28 maintainers = with lib.maintainers; [ AndersonTorres ];