Unverified Commit 72732dc7 authored by Defelo's avatar Defelo
Browse files

ulid: remove `with lib;`

parent 77ecafed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ buildGoModule rec {
    "-skip=TestMonotonicSafe"
  ];

  meta = with lib; {
  meta = {
    description = "Universally Unique Lexicographically Sortable Identifier (ULID) in Go";
    homepage = "https://github.com/oklog/ulid";
    changelog = "https://github.com/oklog/ulid/blob/${src.rev}/CHANGELOG.md";
    license = licenses.asl20;
    license = lib.licenses.asl20;
    maintainers = [ ];
    mainProgram = "ulid";
  };