summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxianEdison2023-07-08 18:27:14 +0330
committerMaxianEdison2023-07-08 18:27:14 +0330
commita640d4d89b4e5c414cb2738f6e8712c172a04b92 (patch)
tree8b7e55252e25cc9bda5efec8932b347116c52c19
parent33b0772064dd59d9e46f3266e6d792233908eb0e (diff)
downloadaur-a640d4d89b4e5c414cb2738f6e8712c172a04b92.tar.gz
Add maintainer
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b55f5067c0e..29b51e5d173f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="Scan an IP or local network and identify systems that have SSH enabled.
arch=('any')
url="https://github.com/basemax/sshfinderc"
license=('GPL3')
+maintainer=("Maximilian Edison <maximilianedison@gmail.com>"
+ "Max Base <maxbasecode@gmail.com>")
depends=('gcc' 'make')
makedepends=('git')
source=("git+$url.git")