Unverified Commit 639d40ea authored by Morgan Jones's avatar Morgan Jones
Browse files

rauc: adopt

parent bc362fee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -67,7 +67,10 @@ stdenv.mkDerivation rec {
    description = "Safe and secure software updates for embedded Linux";
    homepage = "https://rauc.io";
    license = lib.licenses.lgpl21Only;
    maintainers = with lib.maintainers; [ emantor ];
    maintainers = with lib.maintainers; [
      emantor
      numinit
    ];
    platforms = with lib.platforms; linux;
    mainProgram = "rauc";
  };