Commit ee604a36 authored by Robert James Hernandez's avatar Robert James Hernandez
Browse files

trufflehog: add sarcasticadmin as maintainer

parent bcf21645
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ buildGoModule rec {
    homepage = "https://github.com/trufflesecurity/trufflehog";
    changelog = "https://github.com/trufflesecurity/trufflehog/releases/tag/v${version}";
    license = with licenses; [ agpl3Only ];
    maintainers = with maintainers; [ fab ];
    maintainers = with maintainers; [
      fab
      sarcasticadmin
    ];
  };
}