1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

dirmngr: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:27:34 +02:00
parent 85ea1c2f4c
commit 31b8aebded
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -12,5 +12,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}