Unverified Commit ada7c425 authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #329013 from n8henrie/pycookiecheat-maintainer

pycookiecheat: add n8henrie to maintainers
parents 3effa75f 81033984
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@ buildPythonPackage rec {
    homepage = "https://github.com/n8henrie/pycookiecheat";
    changelog = "https://github.com/n8henrie/pycookiecheat/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
    maintainers = with maintainers; [
      fab
      n8henrie
    ];
  };
}