about summary refs log tree commit diff
path: root/pkgs/tools/security/bash-supergenpass
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-19 14:07:13 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-20 12:40:49 +0700
commit32b366fd699d536f4022bdcc9b09dfc7ca30d410 (patch)
treea4fce416ab7b3138701df902dfe935158bb9d391 /pkgs/tools/security/bash-supergenpass
parenteb260e60a67a6b43b348b44b75e4356f981467b3 (diff)
bash-supergenpass: expand platforms to all
Diffstat (limited to 'pkgs/tools/security/bash-supergenpass')
-rw-r--r--pkgs/tools/security/bash-supergenpass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/bash-supergenpass/default.nix b/pkgs/tools/security/bash-supergenpass/default.nix
index 3eb192e8fcc62..ba80734e5cf81 100644
--- a/pkgs/tools/security/bash-supergenpass/default.nix
+++ b/pkgs/tools/security/bash-supergenpass/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
       supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
     '';
     license = licenses.mit;
-    platforms = platforms.linux;
+    platforms = platforms.all;
     maintainers = with maintainers; [ fgaz ];
     homepage = "https://github.com/lanzz/bash-supergenpass";
   };