Unverified Commit 655a92a9 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

documentation-highlighter: set pname and version (#484199)

parents e635acd3 026bdf05
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib, runCommand }:
runCommand "documentation-highlighter"
  {
    pname = "documentation-highlighter";
    version = "11.9.0";

    meta = {
      description = "Highlight.js sources for the Nix Ecosystem's documentation";
      homepage = "https://highlightjs.org";