summary refs log tree commit diff
path: root/pkgs/tools/security/asc-key-to-qr-code-gif
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-19 12:24:59 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-19 12:24:59 +0700
commitbf5a6680e487fa604acd38e9f591053d5e586551 (patch)
treea3237ff650db119afee8e2cba0c99de8941d4dd2 /pkgs/tools/security/asc-key-to-qr-code-gif
parent30467aa9dd93c48873aba3814743f9d67d034f45 (diff)
downloadnixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar.gz
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar.bz2
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar.lz
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar.xz
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.tar.zst
nixpkgs-bf5a6680e487fa604acd38e9f591053d5e586551.zip
asc-key-to-qr-code-gif: expand platforms to unix
Diffstat (limited to 'pkgs/tools/security/asc-key-to-qr-code-gif')
-rw-r--r--pkgs/tools/security/asc-key-to-qr-code-gif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/asc-key-to-qr-code-gif/default.nix b/pkgs/tools/security/asc-key-to-qr-code-gif/default.nix
index 3256b5431a7..13327a84fff 100644
--- a/pkgs/tools/security/asc-key-to-qr-code-gif/default.nix
+++ b/pkgs/tools/security/asc-key-to-qr-code-gif/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
     description = "Convert ASCII-armored PGP keys to animated QR code";
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ asymmetric ];
   };
 }