ssh-to-pgp: make platforms more liberal

This commit is contained in:
Jörg Thalheim
2021-02-01 12:54:06 +01:00
parent aba5be8be2
commit 6e64666e28

View File

@@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/Mic92/ssh-to-pgp";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.unix;
};
}