Commit 1cba181c authored by liberodark's avatar liberodark
Browse files

lwc: add liberodark to maintainers

parent 98813fb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
  meta = {
    description = "Live-updating version of the UNIX wc command";
    homepage = "https://github.com/timdp/lwc";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ liberodark ];
    license = lib.licenses.mit;
    mainProgram = "lwc";
  };