From 2bb1bc4ca51a5a1c7568c5135b5f4078143553b4 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 Aug 2017 13:53:19 +0200 Subject: [PATCH] Update MAINTAINERS.md: name @user At least this is what 99% of the current entries look like, on a quick glance --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b5f2ea64..207ac02b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -16,7 +16,7 @@ To add your package, first fork this repository. In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. To add a set of packages, you would add: - "My Name myemail@example.com @mygithubuser": + "My Name @mygithubuser": - package1 - package2 - package3