Unverified Commit 0d4116cf authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #207429 from figsoda/nixpkgs-review

nixpkgs-review: 2.7.0 -> 2.8.0, add figsoda as a maintainer
parents 40f2537b 3f6aafd1
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "nixpkgs-review";
  version = "2.7.0";
  version = "2.8.0";

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nixpkgs-review";
    rev = version;
    sha256 = "sha256-hGOcLrVPb+bSNA72ZfKE9Mjm2dr/qnuaCkjveHXPcws=";
    sha256 = "sha256-v8IRRmONb10sPndfsuaUYMrGbbosj48cbfgANZCtIN0=";
  };

  makeWrapperArgs =
@@ -37,7 +37,8 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    description = "Review pull-requests on https://github.com/NixOS/nixpkgs";
    homepage = "https://github.com/Mic92/nixpkgs-review";
    changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ mic92 SuperSandro2000 ];
    maintainers = with maintainers; [ figsoda mic92 SuperSandro2000 ];
  };
}