verifpal: remove platform restriction (#244245)

This commit is contained in:
Jay Bosamiya 2023-07-19 05:08:05 -04:00 committed by GitHub
parent d1f0c02127
commit 31dd174a9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,5 @@ buildGoModule rec {
description = "Cryptographic protocol analysis for students and engineers";
maintainers = with lib.maintainers; [ zimbatm ];
license = with lib.licenses; [ gpl3 ];
platforms = [ "x86_64-linux" ];
};
}