emacs: add panchoh as maintainer (#1068)

This commit is contained in:
pancho horrillo 2025-03-31 13:26:58 +02:00 committed by GitHub
parent 49d8cb14bc
commit 2ce9f0ec13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View file

@ -239,11 +239,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742288794,
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=",
"lastModified": 1743315132,
"narHash": "sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om+D4UnDhlDW9BE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42",
"rev": "52faf482a3889b7619003c0daec593a1912fddc1",
"type": "github"
},
"original": {

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.panchoh ];
}