zz: remove emojis from description

This commit is contained in:
Sandro Jäckel 2021-03-07 19:45:50 +01:00
parent 17badcf58a
commit c878b14107
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
description = "🍺🐙 ZetZ a zymbolic verifier and tranzpiler to bare metal C";
description = "ZetZ a zymbolic verifier and tranzpiler to bare metal C";
homepage = "https://github.com/zetzit/zz";
license = licenses.mit;
maintainers = [ maintainers.marsam ];