blob: a2e0ecad999e9a969a3e431a3059022f99a2bd5d (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env bash
#
# user-config.default.bash - user configuration options;
# copy this file to user-config.bash and modify to
# your liking.
#
# The maintainer to be listed in the PKGBUILD.
maintainer="Your Name <your@email-address.tld>"
|