summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-02-01 12:54:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-02-01 12:54:06 +0100
commit6e64666e282d633fb0a0a66afd097754a5ba71fc (patch)
tree540c1914077bd2498b50edaf8f36dae659944008
parentaba5be8be2d7bbf67a00b7e8ca0333739d3bc44d (diff)
ssh-to-pgp: make platforms more liberal
-rw-r--r--pkgs/tools/security/ssh-to-pgp/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/security/ssh-to-pgp/default.nix b/pkgs/tools/security/ssh-to-pgp/default.nix
index f1c7ee939c87..487cc44cdd73 100644
--- a/pkgs/tools/security/ssh-to-pgp/default.nix
+++ b/pkgs/tools/security/ssh-to-pgp/default.nix
@@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/Mic92/ssh-to-pgp";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
- platforms = platforms.unix;
};
}