Unverified Commit 42ad64f5 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

tomb: add anthonyroussel to maintainers

parent 7f18b547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/dyne/Tomb/blob/v${version}/ChangeLog.md";
    license = licenses.gpl3;
    mainProgram = "tomb";
    maintainers = with maintainers; [ peterhoeg ];
    maintainers = with maintainers; [ peterhoeg anthonyroussel ];
    platforms = platforms.linux;
  };
}