Commit b02b789a authored by osbm's avatar osbm
Browse files

dysk: adopt by osbm

parent 2cb9a3fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      koral
      osbm
    ];
    mainProgram = "dysk";
    platforms = lib.platforms.linux ++ lib.platforms.darwin;