diff options
author | Graham Christensen <graham@grahamc.com> | 2020-04-14 22:42:39 -0400 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2022-06-20 22:20:26 +0200 |
commit | c8cebff38b598a84466c387f694133585bba1a85 (patch) | |
tree | a8c0edc576b9be737354337459a8bde4d2780907 /lib | |
parent | 0afc3c233b0f753a4022eccdb4e19609077e3b4b (diff) |
maintainers: remove longkeyid
see https://dkg.fifthhorseman.net/blog/openpgp-key-ids-are-not-useful.html
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tests/maintainers.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tests/maintainers.nix b/lib/tests/maintainers.nix index 3cbfba569481c..aa10cc0fb4afe 100644 --- a/lib/tests/maintainers.nix +++ b/lib/tests/maintainers.nix @@ -30,7 +30,6 @@ let }; keys = lib.mkOption { type = types.listOf (types.submodule { - options.longkeyid = lib.mkOption { type = types.str; }; options.fingerprint = lib.mkOption { type = types.str; }; }); default = []; |