Unverified Commit 97905fd3 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

croc: Add changelog

parent 538737e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ buildGoModule (finalAttrs: {
      - Does not require a server or port-forwarding
    '';
    homepage = "https://github.com/schollz/croc";
    changelog = "https://github.com/schollz/croc/releases/tag/v${finalAttrs.version}";
    license = licenses.mit;
    maintainers = with maintainers; [
      equirosa