gobuster: add myself as maintainer

This commit is contained in:
Fabian Affolter
2023-08-20 13:26:27 +02:00
committed by GitHub
parent 15c5b0431e
commit ccf9b5bc19
+1 -1
View File
@@ -26,6 +26,6 @@ buildGoModule rec {
homepage = "https://github.com/OJ/gobuster";
changelog = "https://github.com/OJ/gobuster/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ pamplemousse ];
maintainers = with maintainers; [ fab pamplemousse ];
};
}