1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

PR_TEMPLATE: update example for module maintainer (#7011)

Update the permalink to show a version of the module that follows
current best practices (no `with lib;`, and nixfmt’d).
This commit is contained in:
pancho horrillo 2025-05-09 15:21:59 +02:00 committed by GitHub
parent 8f723d6135
commit cbd8e8e9a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ Also make sure to read the guidelines found at
- If this PR adds a new module
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/068ff76a10e95820f886ac46957edcff4e44621d/modules/programs/lesspipe.nix#L6).
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11).
#### Maintainer CC