about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-04-14 22:42:39 -0400
committerProfpatsch <mail@profpatsch.de>2022-06-20 22:20:26 +0200
commitc8cebff38b598a84466c387f694133585bba1a85 (patch)
treea8c0edc576b9be737354337459a8bde4d2780907 /lib
parent0afc3c233b0f753a4022eccdb4e19609077e3b4b (diff)
downloadnixlib-c8cebff38b598a84466c387f694133585bba1a85.tar
nixlib-c8cebff38b598a84466c387f694133585bba1a85.tar.gz
nixlib-c8cebff38b598a84466c387f694133585bba1a85.tar.bz2
nixlib-c8cebff38b598a84466c387f694133585bba1a85.tar.lz
nixlib-c8cebff38b598a84466c387f694133585bba1a85.tar.xz
nixlib-c8cebff38b598a84466c387f694133585bba1a85.tar.zst
nixlib-c8cebff38b598a84466c387f694133585bba1a85.zip
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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tests/maintainers.nix b/lib/tests/maintainers.nix
index 3cbfba569481..aa10cc0fb4af 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 = [];