Commit cdbf0d5d authored by ajs124's avatar ajs124
Browse files

varnish: add myself as maintainer

parent 1b6c66d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ let
        description = "Web application accelerator also known as a caching HTTP reverse proxy";
        homepage = "https://www.varnish-cache.org";
        license = licenses.bsd2;
        maintainers = with maintainers; [ ];
        maintainers = with maintainers; [ ajs124 ];
        platforms = platforms.unix;
      };
    };