nixpkgs-review: add me as maintainer, small nit change (#131950)

Sandro a67b27e3 76522ad6

Changed files
+2 -2
pkgs
tools
package-management
nixpkgs-review
+2 -2
pkgs/tools/package-management/nixpkgs-review/default.nix
···
};
makeWrapperArgs = [
-
"--prefix" "PATH" ":" (lib.makeBinPath [ nixUnstable git ])
+
"--prefix" "PATH" ":" "${lib.makeBinPath [ nixUnstable git ]}"
];
doCheck = false;
···
description = "Review pull-requests on https://github.com/NixOS/nixpkgs";
homepage = "https://github.com/Mic92/nixpkgs-review";
license = licenses.mit;
-
maintainers = [ maintainers.mic92 ];
+
maintainers = with maintainers; [ mic92 SuperSandro2000 ];
};
}