0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/geoipupdate: Add myself to maintainers

This commit is contained in:
talyz 2021-06-07 09:44:05 +02:00
parent 99454b6f77
commit 7cf55d1f4e
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -142,4 +142,6 @@ in
}; };
}; };
}; };
meta.maintainers = [ lib.maintainers.talyz ];
} }