Commit f3fd900d authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

quartus-prime-lite: add myself (bjornfor) as maintainer

parent 9f8e5fd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,6 +102,6 @@ in stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    platforms = [ "x86_64-linux" ];
    maintainers = with maintainers; [ kwohlfahrt ];
    maintainers = with maintainers; [ bjornfor kwohlfahrt ];
  };
}