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

Merge pull request #327825 from SharzyL/beancount_add_maintainer

beancount: maintainers remove bhipple, add sharzy & polarmutex
parents 76dd5c90 e02368e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,6 +58,6 @@ buildPythonPackage rec {
      generate a variety of reports from them, and provides a web interface.
    '';
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ bhipple ];
    maintainers = with maintainers; [ sharzy polarmutex ];
  };
}