Unverified Commit 0b48a4e3 authored by Petr Portnov's avatar Petr Portnov
Browse files

csv2svg: add progrm_jarvis to maintainers

parent 34baf5fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "Take a csv as input and outputs svg";
    homepage = "https://github.com/Canop/csv2svg";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = [ lib.maintainers.progrm_jarvis ];
    mainProgram = "csv2svg";
  };
})