Unverified Commit 55bbdea1 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

riemann: add maintainer (#376553)

parents 0c61bd0e ea60bae1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.epl10;
    platforms = platforms.all;
    maintainers = [ ];
    maintainers = with maintainers; [ crimeminister ];
  };
}