pdfcrack: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-19 13:18:54 +07:00
parent a3cce97946
commit 4ab35bcda6

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = "http://pdfcrack.sourceforge.net/";
description = "Small command line driven tool for recovering passwords and content from PDF files";
license = with licenses; [ gpl2 ];
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ qoelet ];
};
}