Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

scons: add AndersonTorres as maintainer

Because he, I mean, I am interested in keeping this.

+1 -1
+1 -1
pkgs/development/tools/build-managers/scons/common.nix
··· 57 57 changelog = "https://raw.githubusercontent.com/SConsProject/scons/rel_${version}/src/CHANGES.txt"; 58 58 license = licenses.mit; 59 59 platforms = platforms.all; 60 - maintainers = [ ]; 60 + maintainers = with lib.maintainers; [ AndersonTorres ]; 61 61 }; 62 62 }