From 9d51b261a4031647a75e9d9223ff58b64e996931 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 25 Dec 2019 15:29:35 +0100 Subject: [PATCH] CONTRIBUTING.md: update xtools link. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 077381f784e..76e4b6c1ff4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ templates must be placed in `void-packages/srcpkgs//template` where `pk For deeper insights on the contents of template files consider reading the [manual](https://github.com/void-linux/void-packages/blob/master/Manual.md), and be sure to browse the existing template files in the `srcpkgs` directory of this repository for concrete examples. -There's a helper tool for creating new packages in the [xtools](https://github.com/chneukirchen/xtools) package: +There's a helper tool for creating new packages in the [xtools](https://github.com/leahneukirchen/xtools) package: $ xnew pkgname subpkg1 subpkg2 ... @@ -46,7 +46,7 @@ If you want to describe your changes in more detail, make an empty line and add This is also described in the [manual](https://github.com/void-linux/void-packages/blob/master/Manual.md) in deeper detail. -There's a helper tool for committing packages in the [xtools](https://github.com/chneukirchen/xtools) package, which can be used when adding or updating a package: +There's a helper tool for committing packages in the [xtools](https://github.com/leahneukirchen/xtools) package, which can be used when adding or updating a package: $ xbump @@ -69,7 +69,7 @@ Once you have started a pull request, you will get instant feedback from Travis. comply with the our guidelines. At the moment not all packages comply to the rules, so if you update a package, it may happen, that Travis reports errors on places you haven't touched. So feel free to fix those errors too. -You are encouraged to check your templates beforehand using the helper from the [xtools](https://github.com/chneukirchen/xtools) package: +You are encouraged to check your templates beforehand using the helper from the [xtools](https://github.com/leahneukirchen/xtools) package: $ xlint template