Unverified Commit bd41e8db authored by Zane van Iperen's avatar Zane van Iperen
Browse files

uasm: add myself as maintainer

parent 3ff5f64e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation(finalAttrs: {
    description = "Free MASM-compatible assembler based on JWasm";
    mainProgram = "uasm";
    platforms = lib.platforms.unix;
    maintainers = [ ];
    maintainers = [ lib.maintainers.zane ];
    license = lib.licenses.watcom;
    broken = stdenv.hostPlatform.isDarwin;
  };